Unité systemd sans démonisation

This commit is contained in:
jlecour 2022-08-19 10:15:27 +02:00
parent 7f8ce50950
commit 1b03e3479e

View file

@ -141,9 +141,9 @@ Description=VRRP Daemon
After=network.target After=network.target
[Service] [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 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=forking Type=simple
[Install] [Install]
WantedBy=default.target WantedBy=default.target