19
0
Fork 0

retour du forking pour systemd

This commit is contained in:
jlecour 2022-08-19 11:27:57 +02:00
parent 1b03e3479e
commit b0af01901a
1 changed files with 5 additions and 2 deletions

View File

@ -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