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.
2 parents 0554e19 + b9dfccd commit ba16fb0Copy full SHA for ba16fb0
piratebox/piratebox/init.d/piratebox
@@ -205,7 +205,7 @@ case "$1" in
205
fi
206
207
log_daemon_msg "Starting Miniircd..."
208
- start-stop-daemon -m --start --pidfile $PIDFILE_IRC --exec python $PIRATEBOX/bin/miniircd.py -- $IRC_PARMS
+ start-stop-daemon $DROOPY_USER -m -S -p $PIDFILE_IRC -x $PIRATEBOX/bin/miniircd.py -- $IRC_PARMS
209
log_end_msg $?
210
211
@@ -221,7 +221,7 @@ case "$1" in
221
222
if [ "$ENABLE_IRC_SERVER" = "yes" ] ; then
223
log_daemon_msg "Stopping IRC..."
224
- start-stop-daemon --stop --quiet --pidfile $PIDFILE_IRC
+ start-stop-daemon -K -q -p $PIDFILE_IRC
225
226
227
0 commit comments