summaryrefslogtreecommitdiff
path: root/community/sslh/sslh.rc
diff options
context:
space:
mode:
Diffstat (limited to 'community/sslh/sslh.rc')
-rw-r--r--community/sslh/sslh.rc2
1 files changed, 1 insertions, 1 deletions
diff --git a/community/sslh/sslh.rc b/community/sslh/sslh.rc
index 1532b8c10..05b03bc3e 100644
--- a/community/sslh/sslh.rc
+++ b/community/sslh/sslh.rc
@@ -11,7 +11,7 @@ PID=$(pidof -o %PPID $DAEMON)
case "$1" in
start)
stat_busy "Starting $NAME daemon"
- [[ ! $PID ]] && $DAEMON $DAEMON_OPTIONS && add_daemon $NAME && stat_done && exit 0
+ [[ ! $PID ]] && $DAEMON $DAEMON_OPTS && add_daemon $NAME && stat_done && exit 0
stat_fail
;;
stop)