crowdsec/config/crowdsec.service

15 lines
392 B
SYSTEMD
Raw Normal View History

2020-05-15 09:39:16 +00:00
[Unit]
Description=Crowdsec agent
2020-05-15 09:39:16 +00:00
After=syslog.target network.target remote-fs.target nss-lookup.target
[Service]
Type=notify
PIDFile=/var/run/crowdsec.pid
ExecStartPre=/usr/local/bin/crowdsec -c /etc/crowdsec/config.yaml -t
ExecStart=/usr/local/bin/crowdsec -c /etc/crowdsec/config.yaml
#ExecStartPost=/bin/sleep 0.1
ExecReload=/bin/kill -HUP $MAINPID
2020-05-15 09:39:16 +00:00
[Install]
WantedBy=multi-user.target