From 7d291250f2bf056a0e2a1b8857167a2f4b2b5a59 Mon Sep 17 00:00:00 2001 From: Thierry Parmentelat Date: Mon, 27 Aug 2012 17:33:35 +0200 Subject: [PATCH 1/1] define TimeoutSec to 300 in plc.service as per Thomas's suggestion --- plc.service | 1 + 1 file changed, 1 insertion(+) 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 -- 2.43.0