mirror of
https://github.com/billz/raspap-webgui.git
synced 2023-10-10 13:37:24 +02:00
8b0383dd20
- add mobile date network devices and configuration - add client configuration via udev - add GUI under networking tab - add scripts to handle mobile data devices
14 lines
244 B
Desktop File
14 lines
244 B
Desktop File
[Unit]
|
|
Description=Bring up HUAWEI mobile hilink device
|
|
|
|
[Service]
|
|
Type=oneshot
|
|
RemainAfterExit=no
|
|
ExecStart=/bin/sleep 15
|
|
ExecStart=/usr/local/sbin/switchClientState.sh up
|
|
|
|
[Install]
|
|
Alias=start_ltemodem.service
|
|
WantedBy=multi-user.target
|
|
|