jpopelka / rpms / net-tools

Forked from rpms/net-tools 4 years ago
Clone
1c4448
[Unit]
1c4448
Description=Load static arp entries
1c4448
Documentation=man:arp(8) man:ethers(5)
1c4448
ConditionPathExists=/etc/ethers
1c4448
After=network.service
1c4448
Before=network.target
1c4448
1c4448
[Service]
1c4448
Type=oneshot
1c4448
ExecStart=/sbin/arp -f /etc/ethers
1c4448
RemainAfterExit=yes
1c4448
1c4448
[Install]
1c4448
WantedBy=multi-user.target