1
0
mirror of https://git.envs.net/envs/ops.git synced 2024-06-16 21:57:07 +00:00
ops/etc/systemd/system/znc.service
2019-10-14 22:08:03 +00:00

12 lines
206 B
Desktop File

[Unit]
Description=ZNC IRC bouncer
After=network-online.target
[Service]
ExecStart=/usr/bin/znc -f --datadir=/srv/znc/.znc
ExecReload=/bin/kill -HUP $MAINPID
User=znc
[Install]
WantedBy=multi-user.target