Delete znc.service file for systemd.

It doesn't really belong here, as only a few distros use systemd.
Also it assumed that ZNC is installed to /usr and is run under "znc"
user. Currently nothing in ZNC does anything with system users.

I shouldn't have added it in the first place.

Sorry, guys.
This commit is contained in:
Alexey Sokolov
2012-09-03 21:04:46 +07:00
parent 19d5c8a7f0
commit f38b4a4511
-11
View File
@@ -1,11 +0,0 @@
[Unit]
Description=An advanced IRC bouncer
After=network.target
[Service]
ExecStart=/usr/bin/znc
User=znc
Type=forking
[Install]
WantedBy=multi-user.target