bundlewrap/bundles/iptables/files/iptables-enforce.service
Franzi f65e216828
All checks were successful
bundlewrap/pipeline/head This commit looks good
bundles/iptables: introduce, add to home.router
2020-11-13 22:47:23 +01:00

12 lines
227 B
Desktop File

[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