diff options
Diffstat (limited to '')
-rwxr-xr-x | znc/init.d/znc | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/znc/init.d/znc b/znc/init.d/znc index 23e7c43..eaca712 100755 --- a/znc/init.d/znc +++ b/znc/init.d/znc @@ -9,7 +9,8 @@ ZNC_USER=${ZNC_USER:-"nobody"} ZNC_DAEMON=${ZNC_DAEMON:-"/usr/bin/znc"} depend() { - need net oidentd + need net + use oidentd } checkconfig() { |