Compare commits
1 commit
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
1a9ae35d51 |
2 changed files with 5 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue