mirror of
https://github.com/RaspAP/raspap-webgui.git
synced 2024-11-21 15:10:22 +00:00
13 lines
254 B
Desktop File
13 lines
254 B
Desktop File
[Unit]
|
|
Description=Bring up HUAWEI mobile hilink device
|
|
|
|
[Service]
|
|
Type=oneshot
|
|
RemainAfterExit=no
|
|
ExecStart=/bin/sleep 15
|
|
ExecStart=/usr/local/sbin/onoff_huawei_hilink.sh -c 1 -d %i
|
|
|
|
[Install]
|
|
Alias=start_ltemodem.service
|
|
WantedBy=multi-user.target
|
|
|