summaryrefslogtreecommitdiff
path: root/changes/add-frontend-alive-check
diff options
context:
space:
mode:
authorIvan Alejandro <ivanalejandro0@gmail.com>2014-07-22 11:33:09 -0300
committerIvan Alejandro <ivanalejandro0@gmail.com>2014-07-24 15:23:20 -0300
commitce88b52295881a3dd1bc0efec8e72b1d3a235e87 (patch)
tree38e48db1889e1af3b7b60cdb43ab7786798d557a /changes/add-frontend-alive-check
parentfaadf8dc3bb1e49adc23c64d5a851b7eea0ce2ee (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-check2
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.