8f401962e9
Also, ancient scriptlets were removed, quickstart documentation updated and some rpmlint issues resolved.
14 lines
311 B
Desktop File
14 lines
311 B
Desktop File
[Unit]
|
|
Description=Open-FCoE Inititator.
|
|
After=syslog.target network.target lldpad.service
|
|
|
|
[Service]
|
|
Type=forking
|
|
PIDFile=/var/run/fcoemon.pid
|
|
EnvironmentFile=/etc/sysconfig/fcoe
|
|
ExecStartPre=/sbin/modprobe -qa $SUPPORTED_DRIVERS
|
|
ExecStart=/usr/sbin/fcoemon $FCOEMON_OPTS
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|