mirror of
https://gitlab.com/etherlab.org/ethercat.git
synced 2026-08-21 05:58:28 +08:00
16 lines
252 B
Plaintext
16 lines
252 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
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|