remove PIDFile in irqbalance.service
This commit is contained in:
parent
e2b4a3d61e
commit
17bda84ffd
@ -8,7 +8,6 @@ After=syslog.target
|
||||
[Service]
|
||||
OOMScoreAdjust=-500
|
||||
Type=forking
|
||||
PIDFile=/var/run/irqbalance.pid
|
||||
EnvironmentFile=/etc/sysconfig/irqbalance
|
||||
ExecStart=/usr/sbin/irq_balancer
|
||||
StartLimitInterval=10
|
||||
|
||||
@ -1,7 +1,7 @@
|
||||
Summary: A dynamic adaptive IRQ balancing daemon
|
||||
Name: irqbalance
|
||||
Version: 1.7.0
|
||||
Release: 1
|
||||
Release: 2
|
||||
Epoch: 3
|
||||
License: GPLv2
|
||||
Source0: https://github.com/Irqbalance/irqbalance/archive/irqbalance-%{version}.tar.gz
|
||||
@ -77,6 +77,12 @@ fi
|
||||
/sbin/chkconfig --del %{name} >/dev/null 2>&1 || :
|
||||
|
||||
%changelog
|
||||
* Mon May 10 2021 Liu Chao <liuchao173@huawei.com> - 3:1.7.0-2
|
||||
- Type:bugfix
|
||||
- ID:NA
|
||||
- SUG:restart
|
||||
- DESC:remove PIDFile in irqbalance.service
|
||||
|
||||
* Fri Aug 14 2020 Liu Chao <liuchao173@huawei.com> - 3:1.7.0-1
|
||||
- Type:enhanced
|
||||
- ID:NA
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user