mirror of
https://github.com/znc/znc.git
synced 2026-08-10 02:43:05 +02:00
committed by
Alexey Sokolov
parent
baa51aa4b8
commit
c223c851e1
@@ -16,6 +16,7 @@ Makefile
|
||||
*.pc
|
||||
/include/znc/zncconfig.h
|
||||
/znc-buildmod
|
||||
/znc.service
|
||||
|
||||
# modperl and modpython generated code
|
||||
/modules/modperl/functions.cpp
|
||||
|
||||
@@ -684,6 +684,7 @@ AC_CONFIG_FILES([znc-buildmod])
|
||||
AC_CONFIG_FILES([man/Makefile])
|
||||
AC_CONFIG_FILES([znc.pc])
|
||||
AC_CONFIG_FILES([znc-uninstalled.pc])
|
||||
AC_CONFIG_FILES([znc.service])
|
||||
AC_CONFIG_FILES([modules/Makefile])
|
||||
AC_OUTPUT
|
||||
|
||||
|
||||
@@ -3,7 +3,7 @@ Description=ZNC, an advanced IRC bouncer
|
||||
After=network.target
|
||||
|
||||
[Service]
|
||||
ExecStart=/usr/bin/znc -f
|
||||
ExecStart=@bindir@/znc -f
|
||||
User=znc
|
||||
|
||||
[Install]
|
||||
Reference in New Issue
Block a user