mirror of
https://github.com/tonusoo/koduinternet-cpe
synced 2024-11-11 05:41:00 +02:00
12 lines
205 B
SYSTEMD
12 lines
205 B
SYSTEMD
|
[Unit]
|
||
|
Description=Switches v4 connectivity to mobile broadband backup
|
||
|
After=network.target
|
||
|
|
||
|
[Service]
|
||
|
Type=simple
|
||
|
Restart=always
|
||
|
ExecStart=/usr/local/sbin/isp-switch
|
||
|
|
||
|
[Install]
|
||
|
WantedBy=multi-user.target
|