mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-08-23 13:44:04 +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:
parent
5addc3c44e
commit
bb521560c3
1 changed files with 20 additions and 0 deletions
20
pages/linux/znc.md
Normal file
20
pages/linux/znc.md
Normal 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`
|
Loading…
Add table
Reference in a new issue