From f38b4a4511d8c694dd87fc0f350107a82a9a6940 Mon Sep 17 00:00:00 2001 From: Alexey Sokolov Date: Mon, 3 Sep 2012 21:04:46 +0700 Subject: [PATCH] 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. --- znc.service | 11 ----------- 1 file changed, 11 deletions(-) delete mode 100644 znc.service diff --git a/znc.service b/znc.service deleted file mode 100644 index 6d8ed8b9..00000000 --- a/znc.service +++ /dev/null @@ -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