mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-07-03 12:55:23 +02:00
21 lines
354 B
Markdown
21 lines
354 B
Markdown
![]() |
# 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`
|