diff options
Diffstat (limited to 'eggdrop')
-rwxr-xr-x | eggdrop/init.d/eggdrop | 2 |
1 files changed, 1 insertions, 1 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"} |