fp@2192: # fp@2539: # EtherCAT master kernel modules fp@2192: # fp@2192: fp@2192: [Unit] fp@2192: Description=EtherCAT Master Kernel Modules fp@2192: fp@2539: # fp@2539: # Uncomment this, if the generic Ethernet driver is used. It assures, that the fp@2539: # network interfaces are configured, before the master starts. fp@2539: # fp@2539: #Requires=network.service # Stop master, if network is stopped fp@2539: #After=network.service # Start master, after network is ready fp@2539: fp@2539: # fp@2539: # Uncomment this, if a native Ethernet driver is used. It assures, that the fp@2539: # network interfaces are configured, after the Ethernet drivers have been fp@2539: # replaced. Otherwise, the networking configuration tools could be confused. fp@2539: # fp@2539: #Before=network.service fp@2539: fp@2192: [Service] fp@2192: Type=oneshot fp@2192: RemainAfterExit=yes fp@2192: ExecStart=@prefix@/sbin/ethercatctl start fp@2192: ExecStop=@prefix@/sbin/ethercatctl stop fp@2377: fp@2377: [Install] fp@2377: WantedBy=multi-user.target