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

https://bugs.gentoo.org/743856
This commit is contained in:
Alexey Sokolov
2020-09-22 10:20:47 +01:00
parent 38081d5aed
commit d4bfd143b4

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]