This unit is provided by:
Options
-
[Install]
-
WantedBy=multi-user.target
-
-
[Service]
-
ExecReload=/bin/sh -c 'arptables-restore < /etc/arptables.conf'
-
ExecStart=/bin/sh -c 'arptables-restore < /etc/arptables.conf'
-
ExecStart=/usr/libexec/arptables-helper start
-
ExecStop=/bin/sh -c 'arptables-restore < /dev/null'
-
ExecStop=/usr/libexec/arptables-helper stop
-
RemainAfterExit=yes
-
Type=oneshot
-
-
[Unit]
-
After=network.target
-
Before=network-pre.target
-
Description=ARP table
-
Description=Automates a packet filtering firewall with arptables
-
Wants=network-pre.target
-
Additionnal notes
Nothing here.