Compare commits

...
Sign in to create a new pull request.

1 commit

Author SHA1 Message Date
Jason Tibbitts
1a9ae35d51 Add KillMode=process to the systemd unit. 2018-05-17 18:21:19 -05:00
2 changed files with 5 additions and 1 deletions

View file

@ -6,6 +6,7 @@ After=network-online.target
[Service]
ExecStartPre=-/bin/rm -f /etc/apcupsd/powerfail
ExecStart=/sbin/apcupsd -b -f /etc/apcupsd/apcupsd.conf
KillMode=process
[Install]
WantedBy=multi-user.target

View file

@ -1,6 +1,6 @@
Name: apcupsd
Version: 3.14.14
Release: 7%{?dist}
Release: 8%{?dist}
Summary: APC UPS Power Control Daemon
License: GPLv2
@ -164,6 +164,9 @@ rm examples/*.in
%changelog
* Thu May 17 2018 Jason L Tibbitts III <tibbs@math.uh.edu> - 3.14.14-8
- Add KillMode=process to the systemd unit.
* Wed Aug 02 2017 Fedora Release Engineering <releng@fedoraproject.org> - 3.14.14-7
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Binutils_Mass_Rebuild