We need to use eval so we can pass "*" as an argument.

This commit is contained in:
Roy Marples 2009-05-26 22:36:53 +01:00
parent c0fd1b49e4
commit 5acf0e9464

View File

@ -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 \