From 74687adbe987206878fcdc13f20fdaed2679bd5e Mon Sep 17 00:00:00 2001 From: Florian Pose Date: Tue, 10 Apr 2012 19:09:51 +0200 Subject: [PATCH] Install ethercat service to multi-user target by default. --- script/ethercat.service.in | 3 +++ 1 file changed, 3 insertions(+) diff --git a/script/ethercat.service.in b/script/ethercat.service.in index 210037d8..e943e49c 100644 --- a/script/ethercat.service.in +++ b/script/ethercat.service.in @@ -10,3 +10,6 @@ Type=oneshot RemainAfterExit=yes ExecStart=@prefix@/sbin/ethercatctl start ExecStop=@prefix@/sbin/ethercatctl stop + +[Install] +WantedBy=multi-user.target