2404.1.1
by Nick Bebout
Add ZNC systemd unit file for those distros that use systemd for their init |
1 |
[Unit]
|
2700.1.2
by Wulf C. Krueger
znc.service: Improve description, don't fork on your own |
2 |
Description=ZNC, an advanced IRC bouncer |
2404.1.1
by Nick Bebout
Add ZNC systemd unit file for those distros that use systemd for their init |
3 |
After=network.target |
4 |
||
5 |
[Service]
|
|
2700.1.2
by Wulf C. Krueger
znc.service: Improve description, don't fork on your own |
6 |
ExecStart=/usr/bin/znc -f |
2404.1.1
by Nick Bebout
Add ZNC systemd unit file for those distros that use systemd for their init |
7 |
User=znc |
8 |
||
9 |
[Install]
|
|
10 |
WantedBy=multi-user.target |