Revert my change to the znc path. Any systemd based version

will use /var/lib/znc/.znc
This commit is contained in:
Nick Bebout 2015-06-19 16:53:45 -05:00
parent 5e91d0ea2e
commit 7cc5f22f1b
1 changed files with 1 additions and 1 deletions

View File

@ -3,7 +3,7 @@ Description=ZNC - an advanced IRC bouncer
After=network.target
[Service]
ExecStart=/usr/bin/znc -d /var/lib/znc
ExecStart=/usr/bin/znc
User=znc
Type=forking