commands.sh

znc

linux

IRC bouncer.

More info →

Options (3)

-c, --makeconfboolean

Run the initial setup

Example: znc {{[-c|--makeconf]}}
-u, --userboolean

Setup `znc` for systemd

Example: sudo {{[-u|--user]}} znc znc {{[-c|--makeconf]}} {{[-d|--datadir]}} /var/lib/znc
-d, --datadirboolean

Setup `znc` for systemd

Example: sudo {{[-u|--user]}} znc znc {{[-c|--makeconf]}} {{[-d|--datadir]}} /var/lib/znc

Examples (4)

Run the initial setup

znc [-c|--makeconf]

Start the IRC bouncer daemon

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

made by @shridhargupta | data from tldr-pages