Add `force-stop` support to launch script
Update the embedded launch script to support `force-stop`. Closes gh-6223pull/7796/head
parent
3c930347c5
commit
509be7474d
@ -0,0 +1,4 @@
|
|||||||
|
source ./test-functions.sh
|
||||||
|
install_service
|
||||||
|
force_stop_service
|
||||||
|
echo "Status: $?"
|
Loading…
Reference in New Issue