Change pidfile directory (#1712730)

This commit is contained in:
Ryan O'Hara 2019-07-30 09:40:10 -05:00
parent f1fd3d1618
commit 1de187ff0d
2 changed files with 5 additions and 2 deletions

View File

@ -5,7 +5,7 @@ Wants=network-online.target
[Service] [Service]
Type=forking Type=forking
PIDFile=/var/run/keepalived.pid PIDFile=/run/keepalived.pid
KillMode=process KillMode=process
EnvironmentFile=-/etc/sysconfig/keepalived EnvironmentFile=-/etc/sysconfig/keepalived
ExecStart=/usr/sbin/keepalived $KEEPALIVED_OPTIONS ExecStart=/usr/sbin/keepalived $KEEPALIVED_OPTIONS

View File

@ -9,7 +9,7 @@
Name: keepalived Name: keepalived
Summary: High Availability monitor built upon LVS, VRRP and service pollers Summary: High Availability monitor built upon LVS, VRRP and service pollers
Version: 2.0.18 Version: 2.0.18
Release: 1%{?dist} Release: 2%{?dist}
License: GPLv2+ License: GPLv2+
URL: http://www.keepalived.org/ URL: http://www.keepalived.org/
@ -95,6 +95,9 @@ mkdir -p %{buildroot}%{_libexecdir}/keepalived
%{_mandir}/man8/keepalived.8* %{_mandir}/man8/keepalived.8*
%changelog %changelog
* Tue Jul 30 2019 Ryan O'Hara <rohara@redhat.com> - 2.0.18-2
- Change pidfile directory (#1712730)
* Tue Jul 30 2019 Ryan O'Hara <rohara@redhat.com> - 2.0.18-1 * Tue Jul 30 2019 Ryan O'Hara <rohara@redhat.com> - 2.0.18-1
- Update to 2.0.18 (#1678397) - Update to 2.0.18 (#1678397)