9388959ad9
Related: #1968596
17 lines
392 B
Desktop File
17 lines
392 B
Desktop File
[Unit]
|
|
Description=LVS and VRRP High Availability Monitor
|
|
After=network-online.target syslog.target
|
|
Wants=network-online.target
|
|
|
|
[Service]
|
|
Type=notify
|
|
NotifyAccess=all
|
|
PIDFile=/run/keepalived.pid
|
|
KillMode=process
|
|
EnvironmentFile=-/etc/sysconfig/keepalived
|
|
ExecStart=/usr/sbin/keepalived --dont-fork $KEEPALIVED_OPTIONS
|
|
ExecReload=/bin/kill -HUP $MAINPID
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|