Changes between Version 2 and Version 3 of Ticket #3
- Timestamp:
- May 15, 2014, 11:40:38 AM (11 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #3 – Description
v2 v3 3 3 Disadvantage: wine won't be stopped on ''ssd stop'' as it would only kill bash! 4 4 5 Better: 6 ssd ... --startas /bin/bash -- -c "exec $DAEMON $DAEMON_ARGS > $LOGFILE 2>&1" 7 5 8 Or, with --no-close: 6 9 ssd ... --no-close --exec $DAEMONWINE -- $BINARYPATH/$BINARYNAME $OPTS > $LOGFILE 2>$1 10 11 Also 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?]