script/ethercat.service.in
author Florian Pose <fp@igh-essen.com>
Mon, 23 Jul 2012 15:32:42 +0200
changeset 2398 a6e2874fb0bd
parent 2390 428ef1e462e4
child 2539 d2d43d2e7f31
permissions -rw-r--r--
Fixed 8139too driver for 2.6.36.
#
# EtherCAT Master Kernel Modules
#

[Unit]
Description=EtherCAT Master Kernel Modules

[Service]
Type=oneshot
RemainAfterExit=yes
ExecStart=@prefix@/sbin/ethercatctl start
ExecStop=@prefix@/sbin/ethercatctl stop

[Install]
WantedBy=multi-user.target