mirror of
https://gitlab.com/etherlab.org/ethercat.git
synced 2026-08-19 01:21:54 +08:00
13 lines
214 B
Plaintext
13 lines
214 B
Plaintext
#
|
|
# 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
|