Blame SOURCES/fcoe.service

30fd80
[Unit]
30fd80
Description=Open-FCoE Inititator.
30fd80
After=syslog.target network.target lldpad.service
30fd80
30fd80
[Service]
30fd80
Type=forking
30fd80
EnvironmentFile=/etc/sysconfig/fcoe
30fd80
ExecStartPre=/sbin/modprobe -qa $SUPPORTED_DRIVERS
30fd80
ExecStart=/usr/sbin/fcoemon $FCOEMON_OPTS
30fd80
30fd80
[Install]
30fd80
WantedBy=multi-user.target