script/ethercat.service.in
author Florian Pose <fp@igh-essen.com>
Mon, 06 Aug 2012 14:18:05 +0200
branchstable-1.5
changeset 2408 b31f1d261ab8
parent 2377 aa0f6f939cb3
child 2539 d2d43d2e7f31
permissions -rw-r--r--
Fixed AL status code lookup.
#
# 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