blob: cbd565d3d964e3ca7f0440a89a693f3f961e7e3d (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
To run znc as a user, run 'znc --makeconf' to create a configuration file.
To configure the system-wide daemon, you may run 'emerge --config znc'.
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
OpenRC user may also adjust the location of the files and the user running
znc in /etc/conf.d/znc instead. Systemd user may have to overwrite
existing unit file.
|