script/ethercat.service.in
author Florian Pose <fp@igh-essen.com>
Mon, 23 Jul 2012 16:11:34 +0200
branchstable-1.5
changeset 2405 214be3e0640e
parent 2377 aa0f6f939cb3
child 2539 d2d43d2e7f31
permissions -rw-r--r--
Added r8169 driver for kernel 3.2 (thanks to J. Kunz).
#
# 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