crowdsec/config/crowdsec.service
Thibault bui Koechlin 2016167654 initial import
2020-05-15 11:39:16 +02:00

14 lines
312 B
Desktop File

[Unit]
Description=Crowdwatch agent
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
ExecStart=${BIN} -c ${CFG}/default.yaml
ExecStartPost=/bin/sleep 0.1
[Install]
WantedBy=multi-user.target