mirror of
https://github.com/znc/znc.git
synced 2026-08-07 09:22:55 +02:00
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:
-11
@@ -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
|
||||
Reference in New Issue
Block a user