1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-04-22 01:22:09 +02:00

znc: add page (#16165)

* Create znc.md

* Update znc.md

* Update pages/linux/znc.md

Co-authored-by: Wiktor Perskawiec <git@spageektti.cc>

* Update znc.md

* Update pages/linux/znc.md

Co-authored-by: Machiavelli <145562237+MachiavelliII@users.noreply.github.com>

---------

Co-authored-by: Wiktor Perskawiec <git@spageektti.cc>
Co-authored-by: Machiavelli <145562237+MachiavelliII@users.noreply.github.com>
This commit is contained in:
Managor 2025-04-12 17:56:17 +03:00 committed by GitHub
parent 5addc3c44e
commit bb521560c3
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

20
pages/linux/znc.md Normal file
View file

@ -0,0 +1,20 @@
# 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`