mirror of
https://gitlab.com/etherlab.org/ethercat.git
synced 2026-02-06 11:51:45 +08:00
Added notes about systemd dependencies.
This commit is contained in:
@@ -1,10 +1,24 @@
|
||||
#
|
||||
# EtherCAT Master Kernel Modules
|
||||
# EtherCAT master kernel modules
|
||||
#
|
||||
|
||||
[Unit]
|
||||
Description=EtherCAT Master Kernel Modules
|
||||
|
||||
#
|
||||
# Uncomment this, if the generic Ethernet driver is used. It assures, that the
|
||||
# network interfaces are configured, before the master starts.
|
||||
#
|
||||
#Requires=network.service # Stop master, if network is stopped
|
||||
#After=network.service # Start master, after network is ready
|
||||
|
||||
#
|
||||
# Uncomment this, if a native Ethernet driver is used. It assures, that the
|
||||
# network interfaces are configured, after the Ethernet drivers have been
|
||||
# replaced. Otherwise, the networking configuration tools could be confused.
|
||||
#
|
||||
#Before=network.service
|
||||
|
||||
[Service]
|
||||
Type=oneshot
|
||||
RemainAfterExit=yes
|
||||
|
||||
Reference in New Issue
Block a user