summaryrefslogtreecommitdiff
path: root/sys-cluster/keepalived/files/keepalived.service
blob: ec47a576b776cb04567f656ca05f5e5678991593 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
[Unit]
Description=LVS and VRRP High Availability Monitor
After=network-online.target syslog.target

[Service]
Type=forking
PIDFile=/run/keepalived.pid
KillMode=process
ExecStart=/usr/sbin/keepalived $KEEPALIVED_OPTIONS
ExecReload=/bin/kill -HUP $MAINPID

[Install]
WantedBy=multi-user.target