We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8438579 commit 716c6c7Copy full SHA for 716c6c7
packaging/files/lora-packet-multiplexer.init
@@ -37,7 +37,7 @@ if [ -r /etc/default/rcS ]; then
37
fi
38
39
function do_start {
40
- start-stop-daemon --start --background --chuid "$DAEMON_USER:$DAEMON_GROUP" --make-pidfile --pidfile "$PID_FILE" --startas /bin/bash -- -c "exec $DAEMON > /var/log/$NAME/$NAME.log 2>&1"
+ start-stop-daemon --start --background --chuid "$DAEMON_USER:$DAEMON_GROUP" --make-pidfile --pidfile "$PID_FILE" --startas /bin/bash -- -c "exec $DAEMON >> /var/log/$NAME/$NAME.log 2>&1"
41
}
42
43
function do_stop {
0 commit comments