15 lines
238 B
SYSTEMD
15 lines
238 B
SYSTEMD
|
[Unit]
|
||
|
Description=Setup USB networking
|
||
|
Requires=NetworkManager.service
|
||
|
After=NetworkManager.service
|
||
|
ConditionFirstBoot=yes
|
||
|
|
||
|
[Service]
|
||
|
Type=oneshot
|
||
|
ExecStart=/usr/bin/pinephone-setup-usb-network.sh
|
||
|
|
||
|
[Install]
|
||
|
WantedBy=multi-user.target
|
||
|
|
||
|
|