15 lines
238 B
Desktop File
Executable File
15 lines
238 B
Desktop File
Executable File
[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
|
|
|
|
|