diff --git a/pages/linux/znc.md b/pages/linux/znc.md new file mode 100644 index 0000000000..1f85887a5b --- /dev/null +++ b/pages/linux/znc.md @@ -0,0 +1,20 @@ +# znc + +> IRC bouncer. +> More information: . + +- Run the initial setup: + +`znc {{[-c|--makeconf]}}` + +- Start the IRC bouncer daemon: + +`znc` + +- Setup `znc` for systemd: + +`sudo {{[-u|--user]}} znc znc {{[-c|--makeconf]}} {{[-d|--datadir]}} /var/lib/znc` + +- Enable `znc` to start on boot and start it now: + +`systemctl enable znc --now`