Added first systemd support.

This commit is contained in:
Florian Pose
2012-01-04 18:00:36 +01:00
parent 6214bafd82
commit 04b652a7fb
7 changed files with 302 additions and 5 deletions
+12
View File
@@ -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