mirror of
https://github.com/billz/raspap-webgui.git
synced 2023-10-10 13:37:24 +02:00
14 lines
254 B
Desktop File
14 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
|
|
|