This is an automated DistroBaker update from upstream sources. If you do not know what this is about or would like to opt out, contact the OSCI team. Source: https://src.fedoraproject.org/rpms/keepalived.git#ff693becfeb1037ad1f9d39eceea78eda6c5ffc3
16 lines
364 B
Desktop File
16 lines
364 B
Desktop File
[Unit]
|
|
Description=LVS and VRRP High Availability Monitor
|
|
After=network-online.target syslog.target
|
|
Wants=network-online.target
|
|
|
|
[Service]
|
|
Type=forking
|
|
PIDFile=/run/keepalived.pid
|
|
KillMode=process
|
|
EnvironmentFile=-/etc/sysconfig/keepalived
|
|
ExecStart=/usr/sbin/keepalived $KEEPALIVED_OPTIONS
|
|
ExecReload=/bin/kill -HUP $MAINPID
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|