Blame SOURCES/arp-ethers.service

b18d28
[Unit]
b18d28
Description=Load static arp entries
b18d28
Documentation=man:arp(8) man:ethers(5)
b18d28
ConditionPathExists=/etc/ethers
b18d28
After=network.service
b18d28
Before=network.target
b18d28
b18d28
[Service]
b18d28
Type=oneshot
b18d28
ExecStart=/sbin/arp -f /etc/ethers
b18d28
RemainAfterExit=yes
b18d28
b18d28
[Install]
b18d28
WantedBy=multi-user.target