Blame SOURCES/arp-ethers.service

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