Changeset 481 for scripts/usr/local/lib/7dtd/commands/start.sh
- Timestamp:
- Nov 14, 2023, 2:48:08 PM (12 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
scripts/usr/local/lib/7dtd/commands/start.sh
r480 r481 56 56 SSD_DAEMON="--background --no-close" 57 57 SSD_USER="--chuid $SDTD_USER:$SDTD_GROUP --user $SDTD_USER" 58 OPTS="-logfile $LOG -nographics -configfile=$(getInstancePath $1)/config.xml "58 OPTS="-logfile $LOG -nographics -configfile=$(getInstancePath $1)/config.xml -TelnetEnabled=true -AdminFileName=admins.xml -UserDataFolder=$(getInstancePath $1) " 59 59 60 60 if [ "$(uname -m)" = "x86_64" ]; then
Note:
See TracChangeset
for help on using the changeset viewer.