Blame SOURCES/keepalived.service

19b4f8
[Unit]
19b4f8
Description=LVS and VRRP High Availability Monitor
19b4f8
After=network-online.target syslog.target
19b4f8
Wants=network-online.target
19b4f8
19b4f8
[Service]
19b4f8
Type=notify
19b4f8
NotifyAccess=all
19b4f8
PIDFile=/run/keepalived.pid
19b4f8
KillMode=process
19b4f8
EnvironmentFile=-/etc/sysconfig/keepalived
19b4f8
ExecStart=/usr/sbin/keepalived --dont-fork $KEEPALIVED_OPTIONS
19b4f8
ExecReload=/bin/kill -HUP $MAINPID
19b4f8
19b4f8
[Install]
19b4f8
WantedBy=multi-user.target