Remove useless PIDFile from fcoe.service unit file (#750193)
This commit is contained in:
parent
1092e6663a
commit
0c4457cd82
@ -3,7 +3,7 @@
|
|||||||
|
|
||||||
Name: fcoe-utils
|
Name: fcoe-utils
|
||||||
Version: 1.0.20
|
Version: 1.0.20
|
||||||
Release: 4%{?dist}
|
Release: 5%{?dist}
|
||||||
Summary: Fibre Channel over Ethernet utilities
|
Summary: Fibre Channel over Ethernet utilities
|
||||||
Group: Applications/System
|
Group: Applications/System
|
||||||
License: GPLv2
|
License: GPLv2
|
||||||
@ -97,6 +97,9 @@ fi
|
|||||||
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Mon Oct 31 2011 Petr Sabata <contyk@redhat.com> - 1.0.20-5
|
||||||
|
- Remove useless PIDFile from fcoe.service unit file
|
||||||
|
|
||||||
* Thu Oct 06 2011 Petr Sabata <contyk@redhat.com> - 1.0.20-4
|
* Thu Oct 06 2011 Petr Sabata <contyk@redhat.com> - 1.0.20-4
|
||||||
- Do not enable fcoemon by default (#701999)
|
- Do not enable fcoemon by default (#701999)
|
||||||
- Silence systemctl output
|
- Silence systemctl output
|
||||||
|
@ -4,7 +4,6 @@ After=syslog.target network.target lldpad.service
|
|||||||
|
|
||||||
[Service]
|
[Service]
|
||||||
Type=forking
|
Type=forking
|
||||||
PIDFile=/var/run/fcoemon.pid
|
|
||||||
EnvironmentFile=/etc/sysconfig/fcoe
|
EnvironmentFile=/etc/sysconfig/fcoe
|
||||||
ExecStartPre=/sbin/modprobe -qa $SUPPORTED_DRIVERS
|
ExecStartPre=/sbin/modprobe -qa $SUPPORTED_DRIVERS
|
||||||
ExecStart=/usr/sbin/fcoemon $FCOEMON_OPTS
|
ExecStart=/usr/sbin/fcoemon $FCOEMON_OPTS
|
||||||
|
Loading…
Reference in New Issue
Block a user