14 lines
284 B
Desktop File
14 lines
284 B
Desktop File
[Unit]
|
|
Description=Multi-WAN health-probe failover for the campervan router
|
|
After=NetworkManager.service network-online.target
|
|
Wants=NetworkManager.service
|
|
|
|
[Service]
|
|
Type=simple
|
|
ExecStart=/usr/local/sbin/van-failover
|
|
Restart=always
|
|
RestartSec=5
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|