distribution/packages/sysutils/ethmactool/system.d/ethmactool-config.service
2022-02-05 09:23:32 -05:00

13 lines
283 B
Desktop File

[Unit]
Description=Configure eth0 MAC address
BindsTo=sys-subsystem-net-devices-eth0.device
After=sys-subsystem-net-devices-eth0.device
Before=connman.service
[Service]
Type=oneshot
RemainAfterExit=yes
ExecStart=/usr/bin/ethmactool-config eth0
[Install]
WantedBy=multi-user.target