HiveBrain v1.2.0
Get Started
← Back to all entries
snippetbashTip

znc — IRC bouncer. More information: <https://manned.org/znc>.

Submitted by: @import:tldr-pages··
0
Viewed 0 times
httpscommandznccliircinformationmorebouncer
linux

Problem

How to use the znc command: IRC bouncer. More information: <https://manned.org/znc>.

Solution

znc — IRC bouncer. More information: <https://manned.org/znc>.

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

Code Snippets

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

Context

tldr-pages: linux/znc

Revisions (0)

No revisions yet.