gentoo-overlay/net-irc/znc/files
2016-05-18 11:44:03 +03:00
..
README.gentoo Sync with portage [Tue Mar 22 09:03:02 MSK 2016]. 2016-03-22 09:03:03 +03:00
znc-1.0-systemwideconfig.patch Sync with portage [Thu Nov 22 11:03:54 MSK 2012]. 2012-11-22 11:04:00 +04:00
znc-1.2-webadmin-correctly-handle-channel-names.patch Sync with portage [Fri Apr 18 12:35:41 MSK 2014]. 2014-04-18 12:35:42 +04:00
znc-1.6.1-create-pidfile-per-default.patch Sync with portage [Wed Sep 16 09:59:16 MSK 2015]. 2015-09-16 09:59:17 +03:00
znc-1.6.1-libressl.patch Sync with portage [Mon Sep 21 11:37:51 MSK 2015]. 2015-09-21 11:37:52 +03:00
znc-1.6.1-systemwideconfig.patch Sync with portage [Wed Sep 16 09:59:16 MSK 2015]. 2015-09-16 09:59:17 +03:00
znc.confd Sync with portage [Wed Jan 23 11:08:22 MSK 2013]. 2013-01-23 11:08:30 +04:00
znc.confd-r1 Sync with portage [Wed Sep 16 09:59:16 MSK 2015]. 2015-09-16 09:59:17 +03:00
znc.initd Sync with portage [Wed May 18 11:44:03 MSK 2016]. 2016-05-18 11:44:03 +03:00
znc.initd-r1 Sync with portage [Wed May 18 11:44:03 MSK 2016]. 2016-05-18 11:44:03 +03:00

To run znc as a user, run 'znc --makeconf' to create a configuration file.

If znc was compiled with the 'daemon' use flag, you may run
    emerge --config znc
to configure it.

To generate a new SSL certificate, run:
    znc --system-wide-config-as znc --makepem -d /var/lib/znc
as root.

If migrating from a user-based install, you can copy the existing
configuration files:
     mkdir /var/lib/znc
     mv /home/$USER/.znc/* /var/lib/znc
     rm -rf /home/$USER/.znc
     chown -R znc:znc /var/lib/znc
You may also adjust the location of the files and the user running znc
in /etc/conf.d/znc instead.

To run as a daemon, please make sure that your configuration contains
    PidFile = /run/znc/znc.pid
or that the PidFile value matches the one in /etc/conf.d/znc.