Changes between Version 2 and Version 3 of Ticket #3


Ignore:
Timestamp:
15.05.2014 11:40:38 (10 years ago)
Author:
Alloc
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #3 – Description

    v2 v3  
    33Disadvantage: wine won't be stopped on ''ssd stop'' as it would only kill bash!
    44
     5Better:
     6 ssd ... --startas /bin/bash -- -c "exec $DAEMON $DAEMON_ARGS > $LOGFILE 2>&1"
     7
    58Or, with --no-close:
    69 ssd ... --no-close --exec $DAEMONWINE -- $BINARYPATH/$BINARYNAME $OPTS > $LOGFILE 2>$1
     10
     11Also see: [http://stackoverflow.com/questions/8251933/how-can-i-log-the-stdout-of-a-process-started-by-start-stop-daemon Stack Overflow - How can I log the stdout of a process started by start-stop-daemon?]