mirror of
https://github.com/fhem/fhem-mirror.git
synced 2025-04-07 19:04:20 +00:00
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
This commit is contained in:
parent
32003c87bf
commit
23c2da892d
@ -45,7 +45,7 @@ case "$1" in
|
|||||||
# if you want to stop hmland during fhem stop:
|
# if you want to stop hmland during fhem stop:
|
||||||
# pkill hmland
|
# pkill hmland
|
||||||
|
|
||||||
perl fhem.pl $port "shutdown"
|
pkill -U fhem perl
|
||||||
RETVAL=$?
|
RETVAL=$?
|
||||||
;;
|
;;
|
||||||
'status')
|
'status')
|
||||||
|
Loading…
x
Reference in New Issue
Block a user