Blame SOURCES/arp-ethers.service

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