comment linter for now and handle reload

This commit is contained in:
Thibault bui Koechlin 2020-06-18 14:33:05 +02:00
parent 7ab411f75f
commit df45b68876

View file

@ -4,10 +4,11 @@ After=syslog.target network.target remote-fs.target nss-lookup.target
[Service]
Type=forking
#PIDFile=${PID}/crowdsec.pid
ExecStartPre=${BIN} -c ${CFG}/default.yaml -t
PIDFile=${PID}/crowdsec.pid
#ExecStartPre=${BIN} -c ${CFG}/default.yaml -t
ExecStart=${BIN} -c ${CFG}/default.yaml
ExecStartPost=/bin/sleep 0.1
ExecReload=/bin/kill -HUP \$MAINPID
[Install]
WantedBy=multi-user.target