File crowdsec-custom-bouncer.service of Package crowdsec-custom-bouncer
[Unit] Description=A custom bouncer for CrowdSec After=syslog.target network.target remote-fs.target nss-lookup.target crowdsec.service [Service] Type=notify ExecStart=/usr/bin/crowdsec-custom-bouncer -c /etc/crowdsec/bouncers/crowdsec-custom-bouncer.yaml ExecStartPre=/usr/bin/crowdsec-custom-bouncer -c /etc/crowdsec/bouncers/crowdsec-custom-bouncer.yaml -t ExecStartPost=/bin/sleep 0.1 Restart=always RestartSec=10 LimitNOFILE=65536 # don't send a termination signal to the children processes, # because the iptables backend needs to run ipset multiple times to properly shutdown KillMode=mixed # added automatically, for details please see # https://en.opensuse.org/openSUSE:Security_Features#Systemd_hardening_effort ProtectHome=true PrivateDevices=true ProtectHostname=true ProtectClock=true ProtectKernelTunables=true ProtectKernelModules=true ProtectKernelLogs=true ProtectControlGroups=true RestrictRealtime=true # end of automatic additions [Install] WantedBy=multi-user.target