script/ethercat.service.in
author Patrick Bruenn <p.bruenn@beckhoff.com>
Wed, 23 Apr 2014 17:06:15 +0200
branchstable-1.5
changeset 2555 18c226b66533
parent 2377 aa0f6f939cb3
child 2539 d2d43d2e7f31
permissions -rw-r--r--
replace symlink in example with the real file
#
# 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