Skip to content

Commit

Permalink
service-daemon: use runit package instead of busybox implementation
Browse files Browse the repository at this point in the history
  • Loading branch information
Grimler91 committed Jun 10, 2020
1 parent fa7da0e commit 3648384
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion service-daemon
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ NAME=service-daemon
PIDDIR=$PREFIX/var/run
PIDFILE=$PIDDIR/$NAME.pid
#This is the command to be run, give the full pathname
DAEMON=$PREFIX/bin/applets/runsvdir
DAEMON=$PREFIX/bin/runsvdir
DAEMON_OPTS="$SVDIR"

case "$1" in
Expand Down

0 comments on commit 3648384

Please sign in to comment.