We need to use eval so we can pass "*" as an argument.
This commit is contained in:
parent
c0fd1b49e4
commit
5acf0e9464
@ -84,7 +84,7 @@ start()
|
||||
service_inactive && _inactive=true
|
||||
mark_service_inactive
|
||||
fi
|
||||
start-stop-daemon --start \
|
||||
eval start-stop-daemon --start \
|
||||
--exec $command \
|
||||
${procname:+--name} $procname \
|
||||
${pidfile:+--pidfile} $pidfile \
|
||||
|
Loading…
Reference in New Issue
Block a user