11 lines
191 B
Desktop File
11 lines
191 B
Desktop File
|
|
[Unit]
|
||
|
|
Description=Enable USB Network
|
||
|
|
|
||
|
|
[Service]
|
||
|
|
Type=oneshot
|
||
|
|
ExecStart=/usr/sbin/usb-network.sh
|
||
|
|
EnvironmentFile=/usr/share/usb-network/usb-network.conf
|
||
|
|
|
||
|
|
[Install]
|
||
|
|
WantedBy=multi-user.target
|