script/ethercat.service.in
author Patrick Bruenn <p.bruenn@beckhoff.com>
Fri, 04 Apr 2014 08:32:09 +0200
branchstable-1.5
changeset 2549 933a1b36b05f
parent 2377 aa0f6f939cb3
child 2539 d2d43d2e7f31
permissions -rw-r--r--
Add ccat driver for Beckhoff CCAT communication controller in Beckhoff CX20xx device
#
# 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