keepalived/keepalived.service

17 lines
392 B
SYSTEMD
Raw Permalink Normal View History

[Unit]
Description=LVS and VRRP High Availability Monitor
After=network-online.target syslog.target
Wants=network-online.target
[Service]
2021-08-03 18:25:59 +00:00
Type=notify
NotifyAccess=all
2019-07-30 14:40:10 +00:00
PIDFile=/run/keepalived.pid
KillMode=process
EnvironmentFile=-/etc/sysconfig/keepalived
2021-08-03 18:25:59 +00:00
ExecStart=/usr/sbin/keepalived --dont-fork $KEEPALIVED_OPTIONS
ExecReload=/bin/kill -HUP $MAINPID
[Install]
WantedBy=multi-user.target