11 lines
375 B
SYSTEMD
11 lines
375 B
SYSTEMD
|
|
[Unit]
|
||
|
|
# Belt to the transition scripts' braces. VyOS's keepalived-fifo.py helper was
|
||
|
|
# observed dropping a MASTER transition silently, leaving a router holding every
|
||
|
|
# VIP with no WAN. A timer cannot be dropped the same way.
|
||
|
|
Description=Reconcile WAN interface state with VRRP mastership
|
||
|
|
After=keepalived.service
|
||
|
|
|
||
|
|
[Service]
|
||
|
|
Type=oneshot
|
||
|
|
ExecStart=/config/vrrp-wan-reconcile
|