Skip to content

Commit

Permalink
Update crowdsec.service to fix path for nextcloud-logs.yaml parser
Browse files Browse the repository at this point in the history
  • Loading branch information
stephdl committed Sep 19, 2024
1 parent e88dd86 commit 9b3d853
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion imageroot/crowdsec.service
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ ExecStart=/usr/bin/podman run \
--volume ./crowdsec_config:/etc/crowdsec:Z \
--volume %N-data:/var/lib/crowdsec/data:Z \
--volume ${CROWDSEC_JOURNAL}:/run/log/journal \
--volume ./tainted/nextcloud-logs.yaml:/etc/crowdsec/hub/parsers/s01-parse/crowdsecurity/nextcloud-logs.yaml:Z \
--volume ../tainted/nextcloud-logs.yaml:/etc/crowdsec/hub/parsers/s01-parse/crowdsecurity/nextcloud-logs.yaml:Z \
${CROWDSEC_IMAGE}
ExecStop=/usr/bin/podman stop --ignore --cidfile %t/%N.cid -t 10
ExecStopPost=/usr/bin/podman rm --ignore -f --cidfile %t/%N.cid
Expand Down
File renamed without changes.

0 comments on commit 9b3d853

Please sign in to comment.