From b0af01901a20ec48c8c4c8688ebb5fea05d83026 Mon Sep 17 00:00:00 2001 From: jlecour Date: Fri, 19 Aug 2022 11:27:57 +0200 Subject: [PATCH] retour du forking pour systemd --- HowtoVRRP.md | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/HowtoVRRP.md b/HowtoVRRP.md index 41942ab7..91481947 100644 --- a/HowtoVRRP.md +++ b/HowtoVRRP.md @@ -141,9 +141,12 @@ Description=VRRP Daemon After=network.target [Service] -ExecStart=/usr/sbin/vrrpd -i eth0 -x -d 10 -v 42 -p 90 -a pw/0xPASSWORD -l foo 192.0.2.42/27 +ExecStart=/usr/sbin/vrrpd -i eth0 -x -D -d 10 -v 42 -p 90 -a pw/0xPASSWORD -l foo 192.0.2.42/27 Restart=on-failure -Type=simple +Type=forking +IgnoreSIGPIPE=no +KillMode=process +RemainAfterExit=yes [Install] WantedBy=default.target