aboutsummaryrefslogtreecommitdiffstats
path: root/roles/znc/files/etc_systemd_system_znc.service
blob: 1874870a93da9ea910253c9803cf69a31c21d7fb (plain)
1
2
3
4
5
6
7
8
9
10
11
[Unit]
Description=ZNC, an IRC bouncer
After=network.target

[Service]
ExecStart=/usr/bin/znc --datadir=/usr/lib/znc --foreground
PIDFile=/var/run/znc/znc.pid
User=znc

[Install]
WantedBy=multi-user.target