bundles/iptables: introduce, add to home.router
All checks were successful
bundlewrap/pipeline/head This commit looks good

This commit is contained in:
Franzi 2020-11-13 22:39:09 +01:00
parent f355d1ec7b
commit f65e216828
Signed by: kunsi
GPG key ID: 12E3D2136B818350
5 changed files with 166 additions and 0 deletions

View file

@ -0,0 +1,11 @@
[Unit]
Description=Run iptables-enforce after networkd startup
Requires=network-online.target
After=network-online.target
[Service]
Type=oneshot
ExecStart=/usr/local/sbin/iptables-enforce
[Install]
WantedBy=multi-user.target