mirror of
https://gitlab.com/etherlab.org/ethercat.git
synced 2026-09-25 11:33:51 +08:00
Added first systemd support.
This commit is contained in:
@@ -0,0 +1,12 @@
|
||||
#
|
||||
# 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
|
||||
Reference in New Issue
Block a user