From: Thierry Parmentelat <thierry.parmentelat@sophia.inria.fr>
Date: Mon, 27 Aug 2012 15:33:35 +0000 (+0200)
Subject: define TimeoutSec to 300 in plc.service as per Thomas's suggestion
X-Git-Tag: myplc-5.1-4~1
X-Git-Url: http://git.onelab.eu/?a=commitdiff_plain;h=7d291250f2bf056a0e2a1b8857167a2f4b2b5a59;p=myplc.git

define TimeoutSec to 300 in plc.service as per Thomas's suggestion
---

diff --git a/plc.service b/plc.service
index 59f7391..d1f3c89 100644
--- a/plc.service
+++ b/plc.service
@@ -7,6 +7,7 @@ Type=forking
 ExecStart=/etc/init.d/plc start
 ExecStop=/etc/init.d/plc stop
 ExecReload=/etc/init.d/plc reload
+TimeoutSec=300
 
 [Install]
 WantedBy=multi-user.target