fcoe-utils/fcoe.service
Petr Sabata 8f401962e9 Make fcoe-utils systemd aware (#714683)
Also, ancient scriptlets were removed, quickstart documentation updated
and some rpmlint issues resolved.
2011-07-18 15:38:27 +02:00

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