From aa6cb062684b43fe6ba48d4a0f609c7015ed40ee Mon Sep 17 00:00:00 2001 From: Packit Date: Sep 04 2020 11:26:42 +0000 Subject: Add sources defined in the spec file --- diff --git a/SPECS/keepalived.service b/SPECS/keepalived.service new file mode 100644 index 0000000..64c5d3f --- /dev/null +++ b/SPECS/keepalived.service @@ -0,0 +1,15 @@ +[Unit] +Description=LVS and VRRP High Availability Monitor +After=network-online.target syslog.target +Wants=network-online.target + +[Service] +Type=forking +PIDFile=/var/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