net-tools/arp-ethers.service
2012-01-30 18:06:48 +01:00

14 lines
236 B
Desktop File

[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