File: crowdsec-custom-bouncer.service

package info (click to toggle)
crowdsec-custom-bouncer 0.0.15-4
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 652 kB
  • sloc: sh: 171; makefile: 65
file content (12 lines) | stat: -rw-r--r-- 372 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
[Unit]
Description=The custom bouncer for CrowdSec
After=network.target remote-fs.target nss-lookup.target crowdsec.service
ConditionPathExists=!/var/lib/crowdsec/pending-registration

[Service]
Type=notify
ExecStart=/usr/bin/crowdsec-custom-bouncer -c /etc/crowdsec/bouncers/crowdsec-custom-bouncer.yaml
ExecStartPost=/bin/sleep 0.1

[Install]
WantedBy=multi-user.target