Fix path in systemd service (which shouldn't be here at all)

https://bugs.gentoo.org/743856
1.8.x
Alexey Sokolov 2020-09-22 10:20:47 +01:00
parent 38081d5aed
commit d4bfd143b4
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=@CMAKE_INSTALL_FULL_BINDIR@/znc -f
ExecStart=@CMAKE_INSTALL_FULL_BINDIR@/znc -f --datadir=/var/lib/znc
User=znc
[Install]