mirror of
https://github.com/znc/znc.git
synced 2026-03-28 17:42:41 +01:00
Fix path in systemd service (which shouldn't be here at all)
https://bugs.gentoo.org/743856
This commit is contained in:
@@ -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]
|
||||
|
||||
Reference in New Issue
Block a user