1 2 3 4 5 6 7 8 9 10 11 12 13
[Unit] Description=ARP Tables Before=network-pre.target Wants=network-pre.target [Service] Type=oneshot RemainAfterExit=yes ExecStart=/usr/lib/systemd/scripts/arptables start ExecStop=/usr/lib/systemd/scripts/arptables stop [Install] WantedBy=multi-user.target