summaryrefslogtreecommitdiffstats
path: root/znc/init.d/znc
diff options
context:
space:
mode:
Diffstat (limited to 'znc/init.d/znc')
-rwxr-xr-xznc/init.d/znc3
1 files changed, 2 insertions, 1 deletions
diff --git a/znc/init.d/znc b/znc/init.d/znc
index 3ce3e1a..604409a 100755
--- a/znc/init.d/znc
+++ b/znc/init.d/znc
@@ -3,7 +3,8 @@
# Distributed under the terms of the GNU General Public License, v2 or later
# $Header: $
-opts="checkconfig reload"
+extra_commands="checkconfig"
+extra_started_commands="reload"
ZNC_USER=${ZNC_USER:-"nobody"}
ZNC_DAEMON=${ZNC_DAEMON:-"/usr/bin/znc"}