diff options
author | Ivan Alejandro <ivanalejandro0@gmail.com> | 2014-07-22 11:33:09 -0300 |
---|---|---|
committer | Ivan Alejandro <ivanalejandro0@gmail.com> | 2014-07-24 15:23:20 -0300 |
commit | ce88b52295881a3dd1bc0efec8e72b1d3a235e87 (patch) | |
tree | 38e48db1889e1af3b7b60cdb43ab7786798d557a /changes/add-frontend-alive-check | |
parent | faadf8dc3bb1e49adc23c64d5a851b7eea0ce2ee (diff) |
Add frontend alive check to the backend.
Stop the backend if the frontend process does not exist any more and
backend is not a daemon.
Diffstat (limited to 'changes/add-frontend-alive-check')
-rw-r--r-- | changes/add-frontend-alive-check | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/changes/add-frontend-alive-check b/changes/add-frontend-alive-check new file mode 100644 index 00000000..54f88798 --- /dev/null +++ b/changes/add-frontend-alive-check @@ -0,0 +1,2 @@ +- Stop the backend if the frontend process does not exist any more and backend + is not a daemon. Related to #5873. |