Opened 11 years ago

Last modified 11 years ago

#3 closed enhancement

Remove screen dependency — at Version 2

Reported by: Christian Illy Owned by: Christian Illy
Priority: major Component:
Keywords: Cc:

Description (last modified by Christian Illy)

Instead of using screen to allow access to the console output write stdout/errout to log file:

ssd ... --exec /bin/bash -- -c "$DAEMON $DAEMON_ARGS > $LOGFILE 2>&1"

Disadvantage: wine won't be stopped on ssd stop as it would only kill bash!

Or, with --no-close:

ssd ... --no-close --exec $DAEMONWINE -- $BINARYPATH/$BINARYNAME $OPTS > $LOGFILE 2>$1

Change History (2)

comment:1 by Christian Illy, 11 years ago

Component: Scripts

comment:2 by Christian Illy, 11 years ago

Description: modified (diff)
Note: See TracTickets for help on using tickets.