aboutsummaryrefslogtreecommitdiff
path: root/sh/supervise-daemon.sh
diff options
context:
space:
mode:
authorWilliam Hubbs <w.d.hubbs@gmail.com>2016-09-19 18:03:57 -0500
committerWilliam Hubbs <w.d.hubbs@gmail.com>2016-09-19 18:03:57 -0500
commit0d1f1010c299a95332f224c3be9e8dfdd85eec54 (patch)
treee95cf7a9b210d83f84e4ae50282ebb4705a7136c /sh/supervise-daemon.sh
parent83bb827edf5b9be04a326d1970d6f55db239281f (diff)
Remove eval calls from supervisor start functions
This fixes #77.
Diffstat (limited to 'sh/supervise-daemon.sh')
-rw-r--r--sh/supervise-daemon.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/sh/supervise-daemon.sh b/sh/supervise-daemon.sh
index e6ac1174..389635f6 100644
--- a/sh/supervise-daemon.sh
+++ b/sh/supervise-daemon.sh
@@ -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 \