diff -r 54cda823743a -r 1c7c546ac08c script/ethercat.service.in --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/script/ethercat.service.in Wed Jan 04 18:00:36 2012 +0100 @@ -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