AA: packages: znc: don't start with default config
[12.09/packages.git] / net / znc / files / znc.conf
index b281f44..1b0d842 100644 (file)
@@ -7,6 +7,9 @@ config znc
        # load global modules (You need to install them first):
        # list module 'fail2ban'
 
+       # remove this to enable the service
+       option disabled 1
+
 config user 'sampleUser'
        # Use either a plain text password or use the full sha256#... line.
        # You can generate one with 'znc -s'.
@@ -20,7 +23,7 @@ config user 'sampleUser'
        # list channel    '#chan optional_password'
 
        # list of allowed servers:
-       list server     'chat.freenode.net 6667'
+       # list server   'chat.freenode.net 6667'
 
        # load user modules ('<module> [params...]'):
        # list module 'simple_away -timer 10 disconnected'