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