Changes between Initial Version and Version 2 of Ticket #3
- Timestamp:
- May 15, 2014, 11:35:54 AM (11 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #3
- Property Component Scripts
-
Ticket #3 – Description
initial v2 1 1 Instead of using screen to allow access to the console output write stdout/errout to log file: 2 2 ssd ... --exec /bin/bash -- -c "$DAEMON $DAEMON_ARGS > $LOGFILE 2>&1" 3 Disadvantage: wine won't be stopped on ''ssd stop'' as it would only kill bash! 4 5 Or, with --no-close: 6 ssd ... --no-close --exec $DAEMONWINE -- $BINARYPATH/$BINARYNAME $OPTS > $LOGFILE 2>$1