11 lines
159 B
SYSTEMD
11 lines
159 B
SYSTEMD
|
[Unit]
|
||
|
Description=Setup a wired interface
|
||
|
Before=connman.service
|
||
|
|
||
|
[Service]
|
||
|
Type=oneshot
|
||
|
ExecStart=@SCRIPTDIR@/wired-setup
|
||
|
|
||
|
[Install]
|
||
|
WantedBy=network.target
|