mirror of
https://github.com/znc/znc.git
synced 2026-08-11 11:23:18 +02:00
Fix path in systemd service (which shouldn't be here at all)
https://bugs.gentoo.org/743856
This commit is contained in:
+1
-1
@@ -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