This repository has been archived on 2026-05-25. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
visio_nrd/roles/common/files/service-override.conf
T
Samuel Trégouët 397d6a5723 fail2ban : redémarrage automatique après nftables
un redémarrage du service nftables entraine la suppression des règles
nftables lié à fail2ban, `PartOf` assure que fail2ban est automatiquement
redémarré après nftables.
2020-04-08 17:21:05 +02:00

8 lines
203 B
Plaintext

[Unit]
After=nftables.service
PartOf=nftables.service
[Service]
ExecStartPre=nft add table inet filter
ExecStartPre=nft add chain inet filter input { type filter hook input priority 0; policy accept; }