Advanced building
- makefiles; - customizable PREFIX; - tests; - other useful stuff.
This commit is contained in:
@ -21,7 +21,7 @@
|
||||
|
||||
declare -A ModeNames MutNames
|
||||
|
||||
source /etc/kf2-srv/kf2-srv.conf
|
||||
source "/etc/kf2-srv/kf2-srv.conf"
|
||||
|
||||
DirLog="/var/log/kf2-srv"
|
||||
DirLogBeta="/var/log/kf2-srv-beta"
|
||||
|
@ -5,7 +5,7 @@ Description=kf2-srv force attr service
|
||||
Type=simple
|
||||
StandardOutput=null
|
||||
StandardError=null
|
||||
ExecStart=/usr/sbin/kf2-srv-force-attr
|
||||
ExecStart=:DEFINE_PREFIX:/sbin/kf2-srv-force-attr
|
||||
Restart=always
|
||||
|
||||
NoNewPrivileges=yes
|
||||
|
Reference in New Issue
Block a user