Changeset 35 for scripts/usr/local/lib/7dtd/commands/start.sh
- Timestamp:
- Jun 2, 2014, 2:42:48 AM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
scripts/usr/local/lib/7dtd/commands/start.sh
r25 r35 20 20 21 21 if [ $(isRunning $1) -eq 0 ]; then 22 if [ ! `pgrep Xvfb` ]; then23 echo "Xvfb not yet running. Starting..."24 su -c "/usr/bin/Xvfb :1 -screen 0 640x480x16" $SDTD_USER 2>&1 | grep -v "Could not init font path element" &25 sleep 326 fi27 export DISPLAY=localhost:1.028 29 22 setAllPlayersOffline $1 30 rm $ SDTD_BASE/engine/7DaysToDie_Data/output_log.txt23 rm $(getInstancePath $1)/output_log.txt 31 24 32 25 for H in $(getHooksFor serverPreStart); do … … 37 30 SSD_DAEMON="--background --no-close" 38 31 SSD_USER="--chuid $SDTD_USER:$SDTD_GROUP --user $SDTD_USER" 39 OPTS="- quit -batchmode -nographics-configfile=$(getInstancePath $1)/config.xml -dedicated"32 OPTS="-logfile $(getInstancePath $1)/output_log.txt -configfile=$(getInstancePath $1)/config.xml -dedicated" 40 33 41 $SSD --start $SSD_PID $SSD_DAEMON $SSD_USER --chdir $SDTD_BASE/engine --exec $ WINE -- $SDTD_BASE/engine/7DaysToDie.exe$OPTS > $(getInstancePath $1)/stdout.log 2>&134 $SSD --start $SSD_PID $SSD_DAEMON $SSD_USER --chdir $SDTD_BASE/engine --exec $SDTD_BASE/engine/7DaysToDie.x86 -- $OPTS > $(getInstancePath $1)/stdout.log 2>&1 42 35 sleep 1 43 36
Note:
See TracChangeset
for help on using the changeset viewer.