d4a837a1b8
- 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
14 lines
249 B
Desktop File
14 lines
249 B
Desktop File
[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
|