diff options
Diffstat (limited to '')
-rwxr-xr-x | eggdrop/init.d/eggdrop | 2 | ||||
-rwxr-xr-x | znc/init.d/znc | 3 |
2 files changed, 3 insertions, 2 deletions
diff --git a/eggdrop/init.d/eggdrop b/eggdrop/init.d/eggdrop index b33462d..63fda4a 100755 --- a/eggdrop/init.d/eggdrop +++ b/eggdrop/init.d/eggdrop @@ -3,7 +3,7 @@ # Distributed under the terms of the GNU General Public License, v2 or later # $Header: $ -opts="checkconfig" +extra_commands="checkconfig" EGGDROP_USER=${EGGDROP_USER:-"nobody"} EGGDROP_DAEMON=${EGGDROP_DAEMON:-"/opt/eggdrop/eggdrop"} 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"} |