mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-01-26 11:33:59 +00:00
26 lines
446 B
Plaintext
26 lines
446 B
Plaintext
---
|
|
syntax: markdown
|
|
tags: [tldr, linux]
|
|
source: https://github.com/tldr-pages/tldr.git
|
|
---
|
|
# 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`
|