net-tools/arp-ethers.service
Petr Šabata 33b01e4951 RHEL 9.0.0 Alpha bootstrap
The content of this branch was automatically imported from Fedora ELN
with the following as its source:
https://src.fedoraproject.org/rpms/net-tools#2125c98c113bfd58426f510595f51980ae9e3a08
2020-10-15 20:58:47 +02:00

15 lines
275 B
Desktop File

[Unit]
Description=Load static arp entries
Documentation=man:arp(8) man:ethers(5)
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