summaryrefslogtreecommitdiff
path: root/changes
diff options
context:
space:
mode:
authorIvan Alejandro <ivanalejandro0@gmail.com>2015-06-10 13:35:05 -0300
committerIvan Alejandro <ivanalejandro0@gmail.com>2015-06-10 13:37:49 -0300
commit8752f7f03a04ca7fa1169885adc9dbfce8bebbd4 (patch)
tree8975b925078021f085f2995b1bf1cce507a2e0d8 /changes
parent01e62e35a69aa13f86a06d8839169ea69d716009 (diff)
[bug] don't run event server on the standalone
We don't need to run the event server on the backend if we are running from the standalone bundle since the launcher takes care of that. - Related: #7126
Diffstat (limited to 'changes')
-rw-r--r--changes/bug-7126_ensure-server-breaks1
1 files changed, 1 insertions, 0 deletions
diff --git a/changes/bug-7126_ensure-server-breaks b/changes/bug-7126_ensure-server-breaks
new file mode 100644
index 00000000..00785ede
--- /dev/null
+++ b/changes/bug-7126_ensure-server-breaks
@@ -0,0 +1 @@
+- Don't run the event server on the backend for the standalone bundle since the launcher takes care of that. Closes #7126.