script/ethercat.service.in
author Florian Pose <fp@igh-essen.com>
Tue, 05 Feb 2013 16:45:34 +0100
branchstable-1.5
changeset 2505 5ef3197e5e1f
parent 2377 aa0f6f939cb3
child 2539 d2d43d2e7f31
permissions -rw-r--r--
Added ecrt_slave_config_reg_so_entry_pos() to register non-unique entries.
#
# 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