summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTomáš Mózes <hydrapolic@gmail.com>2021-05-14 15:44:48 +0000
committerAlexys Jacob <ultrabug@gentoo.org>2021-05-20 11:50:13 +0200
commit39288d7004f30bdd8b9c890ad979394cbe00aefd (patch)
tree04af84daf49c7dbd0f468d0b20bc5d2da6ca7cea /sys-cluster/keepalived/files
parentdev-lang/elixir: bump up to 1.12.0 (diff)
downloadgentoo-39288d7004f30bdd8b9c890ad979394cbe00aefd.tar.gz
gentoo-39288d7004f30bdd8b9c890ad979394cbe00aefd.tar.bz2
gentoo-39288d7004f30bdd8b9c890ad979394cbe00aefd.zip
sys-cluster/keepalived: bump to 2.2.2
Signed-off-by: Tomáš Mózes <hydrapolic@gmail.com> Closes: https://github.com/gentoo/gentoo/pull/19485 Signed-off-by: Alexys Jacob <ultrabug@gentoo.org>
Diffstat (limited to 'sys-cluster/keepalived/files')
-rw-r--r--sys-cluster/keepalived/files/keepalived.service-r115
1 files changed, 15 insertions, 0 deletions
diff --git a/sys-cluster/keepalived/files/keepalived.service-r1 b/sys-cluster/keepalived/files/keepalived.service-r1
new file mode 100644
index 000000000000..a3624ed41f63
--- /dev/null
+++ b/sys-cluster/keepalived/files/keepalived.service-r1
@@ -0,0 +1,15 @@
+[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
+ExecStart=/usr/sbin/keepalived --dont-fork $KEEPALIVED_OPTIONS
+ExecReload=/bin/kill -HUP $MAINPID
+
+[Install]
+WantedBy=multi-user.target