shell-things/etc/systemd/system/znc.service

14 lines
225 B
SYSTEMD
Raw Normal View History

[Unit]
Description=ZNC, an advanced IRC bouncer
After=network.target
[Service]
Type=forking
ExecStart=/home/znc/.local/bin/znc
ExecReload=/bin/kill -HUP $MAINPID
Restart=always
User=znc
[Install]
WantedBy=multi-user.target