Merge pull request #61 from nbebout/master

Add ZNC systemd unit file for those distros that use systemd for their init
This commit is contained in:
Alexey Sokolov
2011-08-27 20:37:01 -07:00
+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