mirror of
https://github.com/libretro/Lakka-LibreELEC.git
synced 2024-11-25 04:56:18 +00:00
13 lines
241 B
Desktop File
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
|