znc Command Examples
IRC bouncer. More information: https://manned.org/znc.
- Run the initial setup:
znc {{[-c|--makeconf]}}
- Start the IRC bouncer daemon:
znc
- Setup
zncfor systemd:
sudo {{[-u|--user]}} znc znc {{[-c|--makeconf]}} {{[-d|--datadir]}} /var/lib/znc
- Enable
zncto start on boot and start it now:
systemctl enable znc --now