14 lines
301 B
SYSTEMD
14 lines
301 B
SYSTEMD
|
[Unit]
|
||
|
Description=LVS and VRRP High Availability Monitor
|
||
|
After=syslog.target network.target
|
||
|
|
||
|
[Service]
|
||
|
Type=forking
|
||
|
KillMode=process
|
||
|
EnvironmentFile=-/etc/sysconfig/keepalived
|
||
|
ExecStart=/usr/sbin/keepalived $KEEPALIVED_OPTIONS
|
||
|
ExecReload=/bin/kill -HUP $MAINPID
|
||
|
|
||
|
[Install]
|
||
|
WantedBy=multi-user.target
|