|
@@ -4,9 +4,9 @@
|
|
|
[Service]
|
|
|
Type=notify
|
|
|
Environment=LC_ALL=C LANG=C
|
|
|
--ExecStartPre=/usr/local/bin/crowdsec -c /etc/crowdsec/config.yaml -t
|
|
|
+-ExecStartPre=/usr/local/bin/crowdsec -c /etc/crowdsec/config.yaml -t -error
|
|
|
-ExecStart=/usr/local/bin/crowdsec -c /etc/crowdsec/config.yaml
|
|
|
-+ExecStartPre=/usr/bin/crowdsec -c /etc/crowdsec/config.yaml -t
|
|
|
++ExecStartPre=/usr/bin/crowdsec -c /etc/crowdsec/config.yaml -t -error
|
|
|
+ExecStart=/usr/bin/crowdsec -c /etc/crowdsec/config.yaml
|
|
|
#ExecStartPost=/bin/sleep 0.1
|
|
|
ExecReload=/bin/kill -HUP $MAINPID
|