1
0
mirror of https://github.com/OpenNebula/one.git synced 2025-02-09 09:57:23 +03:00

F #3951: SIGTERM kill fireedge

not SIGKILL
This commit is contained in:
Tino Vazquez 2021-03-16 11:21:05 +01:00
parent 051b36e0d9
commit 210ffc900a
No known key found for this signature in database
GPG Key ID: 14201E424D02047E

View File

@ -110,7 +110,7 @@ stop()
# Kill the fireedge-server daemon
kill -9 `cat $FIREEDGE_PID` > /dev/null 2>&1
kill `cat $FIREEDGE_PID` > /dev/null 2>&1
# Remove pid files
rm -f $FIREEDGE_PID > /dev/null 2>&1