fix syslogd and klogd #43

Open
anton wants to merge 4 commits from anton/fix-syslogd into main
1 changed files with 1 additions and 1 deletions
Showing only changes of commit acc7d0c416 - Show all commits

View File

@ -13,7 +13,7 @@ SYSLOGD_ARGS=""
start() {
printf 'Starting %s: ' "$DAEMON"
# shellcheck disable=SC2086 # we need the word splitting
start-stop-daemon -b -m -S -q -p "$PIDFILE" -x "/sbin/$DAEMON" \
start-stop-daemon -b -m -S -q -p "$PIDFILE" -x "/bin/$DAEMON" \
-- -n $SYSLOGD_ARGS
status=$?
if [ "$status" -eq 0 ]; then