Blame SOURCES/keepalived.service

9cfb40
[Unit]
9cfb40
Description=LVS and VRRP High Availability Monitor
9cfb40
After=syslog.target network-online.target
9cfb40
9cfb40
[Service]
9cfb40
Type=forking
9cfb40
PIDFile=/var/run/keepalived.pid
9cfb40
KillMode=process
9cfb40
EnvironmentFile=-/etc/sysconfig/keepalived
9cfb40
ExecStart=/usr/sbin/keepalived $KEEPALIVED_OPTIONS
9cfb40
ExecReload=/bin/kill -HUP $MAINPID
9cfb40
9cfb40
[Install]
9cfb40
WantedBy=multi-user.target