bigbang gestion des roles

This commit is contained in:
Antoine Ouvrard
2020-04-15 17:49:37 +02:00
committed by Samuel Trégouët
parent d1bb45916f
commit be002bc701
4 changed files with 68 additions and 11 deletions
@@ -0,0 +1,7 @@
[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; }