script/ethercat.service.in
author Florian Pose <fp@igh-essen.com>
Tue, 12 Feb 2013 11:34:54 +0100
branchstable-1.5
changeset 2517 b5214d8e48d1
parent 2377 aa0f6f939cb3
child 2539 d2d43d2e7f31
permissions -rw-r--r--
TTY ioctl() file parameter was dropped in kernel 2.6.39.
#
# 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