summaryrefslogtreecommitdiff
path: root/src/systemd/keepalived.service
blob: a462d86147c7a623f2a838c219298b5f48478f50 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
[Unit]
Description=Keepalive Daemon (LVS and VRRP)
After=vyos-router.service
# Only start if there is a configuration file
ConditionFileNotEmpty=/run/keepalived/keepalived.conf

[Service]
KillMode=process
Type=simple
# Read configuration variable file if it is present
ExecStart=/usr/sbin/keepalived --use-file /run/keepalived/keepalived.conf --pid /run/keepalived/keepalived.pid --dont-fork --snmp
ExecReload=/bin/kill -HUP $MAINPID
PIDFile=/run/keepalived/keepalived.pid