summarylogtreecommitdiffstats
path: root/arptables.service
blob: 9d0f9e69e594de3e175c1f40b788fdb603f65f80 (plain)
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