Blame SOURCES/arp-ethers.service

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