From 1b03e3479edd9e5b9361fa17eb7851f4c99492f4 Mon Sep 17 00:00:00 2001 From: jlecour Date: Fri, 19 Aug 2022 10:15:27 +0200 Subject: [PATCH] =?UTF-8?q?Unit=C3=A9=20systemd=20sans=20d=C3=A9monisation?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- HowtoVRRP.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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