From 23c2da892d36172025197425a513d27ba46a6348 Mon Sep 17 00:00:00 2001 From: betateilchen <> Date: Wed, 8 Oct 2014 18:17:28 +0000 Subject: [PATCH] init_scripts/fhem.3: changed stop to use pkill see forum #27557 git-svn-id: https://svn.fhem.de/fhem/trunk@6711 2b470e98-0d58-463d-a4d8-8e2adae1ed80 --- fhem/contrib/init-scripts/fhem.3 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fhem/contrib/init-scripts/fhem.3 b/fhem/contrib/init-scripts/fhem.3 index 9288b2cad..59c611821 100644 --- a/fhem/contrib/init-scripts/fhem.3 +++ b/fhem/contrib/init-scripts/fhem.3 @@ -45,7 +45,7 @@ case "$1" in # if you want to stop hmland during fhem stop: # pkill hmland - perl fhem.pl $port "shutdown" + pkill -U fhem perl RETVAL=$? ;; 'status')