diff --git a/HowtoVRRP.md b/HowtoVRRP.md index 25e362c8..41942ab7 100644 --- a/HowtoVRRP.md +++ b/HowtoVRRP.md @@ -141,9 +141,9 @@ Description=VRRP Daemon After=network.target [Service] -ExecStart=/usr/sbin/vrrpd -i eth0 -x -D -d 10 -v 42 -p 90 -a pw/0xPASSWORD -l foo 192.0.2.42/27 - -Type=forking +ExecStart=/usr/sbin/vrrpd -i eth0 -x -d 10 -v 42 -p 90 -a pw/0xPASSWORD -l foo 192.0.2.42/27 +Restart=on-failure +Type=simple [Install] WantedBy=default.target