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