Accepting request 545313 from home:13ilya:branches:network
- Refresh spec-file via spec-cleaner. - Add ppp-modem package for automatic redial to mobile provider. OBS-URL: https://build.opensuse.org/request/show/545313 OBS-URL: https://build.opensuse.org/package/show/network/ppp?expand=0&rev=45
This commit is contained in:
committed by
Git OBS Bridge
parent
291f847d16
commit
d4a837a1b8
13
modem@.service
Normal file
13
modem@.service
Normal file
@@ -0,0 +1,13 @@
|
||||
[Unit]
|
||||
Description=Modem /dev/ttyACM%i
|
||||
BindsTo=dev-ttyACM%i.device
|
||||
After=dev-ttyACM%i.device
|
||||
Before=network.target
|
||||
Wants=network.target
|
||||
|
||||
[Service]
|
||||
Group=dialout
|
||||
ExecStart=/usr/sbin/pppd call modem /dev/ttyACM%i
|
||||
|
||||
[Install]
|
||||
WantedBy=multi-user.target
|
Reference in New Issue
Block a user