archrelease: copy trunk to extra-x86_64
[arch-packages.git] / iptables / trunk / arptables.service
blob0e78e81d048e7c8513f39672290bee4650516588
1 [Unit]
2 Description=ARP table
3 Before=network-pre.target
4 Wants=network-pre.target
6 [Service]
7 Type=oneshot
8 ExecStart=/bin/sh -c 'arptables-restore < /etc/arptables.conf'
9 ExecReload=/bin/sh -c 'arptables-restore < /etc/arptables.conf'
10 ExecStop=/bin/sh -c 'arptables-restore < /dev/null'
11 RemainAfterExit=yes
13 [Install]
14 WantedBy=multi-user.target