script/ethercat.service.in
author Florian Pose <fp@igh-essen.com>
Tue, 10 Jan 2012 11:30:41 +0100
branchredundancy
changeset 2345 4b7d9158acac
parent 2309 b0ddf0ea0a60
child 2377 aa0f6f939cb3
permissions -rw-r--r--
Allocated ioctl data structures dynamically to avoid stack warnings.
#
# 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