net-tools/arp-ethers.service

13 lines
235 B
SYSTEMD
Raw Normal View History

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