2022-03-24 11:42:40 +00:00
|
|
|
--- config/crowdsec.service-orig 2022-03-24 09:46:16.581681532 +0000
|
|
|
|
+++ config/crowdsec.service 2022-03-24 09:46:28.761681532 +0000
|
|
|
|
@@ -5,8 +5,8 @@
|
2021-08-18 11:57:06 +00:00
|
|
|
[Service]
|
|
|
|
Type=notify
|
|
|
|
Environment=LC_ALL=C LANG=C
|
2023-07-31 14:57:23 +00:00
|
|
|
-ExecStartPre=/usr/local/bin/crowdsec -c /etc/crowdsec/config.yaml -t -error
|
2021-08-18 11:57:06 +00:00
|
|
|
-ExecStart=/usr/local/bin/crowdsec -c /etc/crowdsec/config.yaml
|
2023-07-31 14:57:23 +00:00
|
|
|
+ExecStartPre=/usr/bin/crowdsec -c /etc/crowdsec/config.yaml -t -error
|
2021-08-18 11:57:06 +00:00
|
|
|
+ExecStart=/usr/bin/crowdsec -c /etc/crowdsec/config.yaml
|
|
|
|
#ExecStartPost=/bin/sleep 0.1
|
|
|
|
ExecReload=/bin/kill -HUP $MAINPID
|
2022-12-28 09:13:05 +00:00
|
|
|
Restart=always
|