parent
83bb827edf
commit
0d1f1010c2
@ -38,7 +38,7 @@ ssd_start()
|
||||
service_inactive && _inactive=true
|
||||
mark_service_inactive
|
||||
fi
|
||||
eval start-stop-daemon --start \
|
||||
start-stop-daemon --start \
|
||||
--exec $command \
|
||||
${chroot:+--chroot} $chroot \
|
||||
${procname:+--name} $procname \
|
||||
|
@ -19,7 +19,7 @@ supervise_start()
|
||||
fi
|
||||
|
||||
ebegin "Starting ${name:-$RC_SVCNAME}"
|
||||
eval supervise-daemon --start \
|
||||
supervise-daemon --start \
|
||||
${chroot:+--chroot} $chroot \
|
||||
${pidfile:+--pidfile} $pidfile \
|
||||
${command_user+--user} $command_user \
|
||||
|
Loading…
Reference in New Issue
Block a user