Add ZNC systemd unit file for those distros that use systemd for their init

This commit is contained in:
Nick Bebout
2011-08-15 12:57:55 -05:00
parent 8f53d3fbb0
commit 4f79b99948
+11
View File
@@ -0,0 +1,11 @@
[Unit]
Description=An advanced IRC bouncer
After=network.target
[Service]
ExecStart=/usr/bin/znc
User=znc
Type=forking
[Install]
WantedBy=multi-user.target