Changes between Initial Version and Version 2 of Ticket #3


Ignore:
Timestamp:
15.05.2014 11:35:54 (10 years ago)
Author:
Alloc
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #3

    • Property Component changed from Scripts to
  • Ticket #3 – Description

    initial v2  
    11Instead of using screen to allow access to the console output write stdout/errout to log file:
    22 ssd ... --exec /bin/bash -- -c "$DAEMON $DAEMON_ARGS > $LOGFILE 2>&1"
     3Disadvantage: wine won't be stopped on ''ssd stop'' as it would only kill bash!
     4
     5Or, with --no-close:
     6 ssd ... --no-close --exec $DAEMONWINE -- $BINARYPATH/$BINARYNAME $OPTS > $LOGFILE 2>$1