init_scripts/fhem.3: changed stop to use pkill
see forum #27557 git-svn-id: svn://svn.code.sf.net/p/fhem/code/trunk@6711 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
@@ -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')
|
||||
|
||||
Reference in New Issue
Block a user