This unit is provided by:
Options
-
[Install]
-
WantedBy=multi-user.target
-
-
[Service]
-
EnvironmentFile=-/etc/default/keepalived
-
EnvironmentFile=-/etc/sysconfig/keepalived
-
ExecReload=/bin/kill -HUP $MAINPID
-
ExecStart=/usr/bin/keepalived --dont-fork $KEEPALIVED_OPTIONS
-
ExecStart=/usr/sbin/keepalived --dont-fork $DAEMON_ARGS
-
ExecStart=/usr/sbin/keepalived --dont-fork $KEEPALIVED_OPTIONS
-
KillMode=process
-
NotifyAccess=all
-
PIDFile=/run/keepalived.pid
-
PrivateDevices
Introduced in systemd 209=yes -
ProtectClock
Introduced in systemd 245=yes -
ProtectControlGroups
Introduced in systemd 232=yes -
ProtectHome
Introduced in systemd 214=yes -
ProtectHostname
Introduced in systemd 242=yes -
ProtectKernelLogs
Introduced in systemd 244=yes -
ProtectKernelModules
Introduced in systemd 232=yes -
ProtectKernelTunables
Introduced in systemd 232=yes -
ProtectSystem
Introduced in systemd 214=full -
RestrictRealtime
Introduced in systemd 231=yes -
Type=notify
-
-
[Unit]
-
After=network-online.target
-
After=network-online.target syslog.target
-
After=network-online.target syslog.target snmpd.service
-
ConditionFileNotEmpty=/etc/keepalived/keepalived.conf
-
Description=Keepalive Daemon (LVS and VRRP)
-
Description=LVS and VRRP High Availability Monitor
-
Documentation=man:keepalived(8) man:keepalived.conf(5) man:genhash(1) https://keepalived.org
-
Wants=network-online.target
-
Wants=network-online.target snmpd.service
-
Additionnal notes
Nothing here.