1
0
mirror of https://github.com/libretro/Lakka-LibreELEC.git synced 2024-11-25 04:56:18 +00:00
Lakka-LibreELEC/packages/sysutils/ethmactool/system.d/ethmactool-config.service
2021-11-26 12:00:19 +00:00

13 lines
241 B
Desktop File

[Unit]
Description=Configure eth0 MAC address
Requisite=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