summaryrefslogtreecommitdiffstats
path: root/meta-phosphor/common/recipes-phosphor/console
diff options
context:
space:
mode:
authorYi Li <adamliyi@msn.com>2016-10-25 18:03:23 +0800
committerPatrick Williams <patrick@stwcx.xyz>2016-11-08 19:09:38 +0000
commitaced802a7a7515644de7b5657c003f0af27d464d (patch)
tree9efe0ffcfc99839f0eb77604e1d0adafffc80d77 /meta-phosphor/common/recipes-phosphor/console
parentcc4dd681170f801b185806f3a52d7cb5297c2163 (diff)
downloadtalos-openbmc-aced802a7a7515644de7b5657c003f0af27d464d.tar.gz
talos-openbmc-aced802a7a7515644de7b5657c003f0af27d464d.zip
Change dependency of obmc-console-ssh.socket to obmc-console
Restart obmc-console will cause restarting of obmc-console-ssh.socket. obmc-console-ssh.socket restarting sometimes failes with "Address already in use" error. If changing dependency from 'Requires' to 'Wants', restarting obmc-console will not cause restarting of obmc-console-ssh.socket. Resolves openbmc/obmc-console#7 Change-Id: I7a63409707e52fa94bcddaec4ee2aade3e0ac4f2 Signed-off-by: Yi Li <adamliyi@msn.com>
Diffstat (limited to 'meta-phosphor/common/recipes-phosphor/console')
-rw-r--r--meta-phosphor/common/recipes-phosphor/console/obmc-console/obmc-console-ssh.socket2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-phosphor/common/recipes-phosphor/console/obmc-console/obmc-console-ssh.socket b/meta-phosphor/common/recipes-phosphor/console/obmc-console/obmc-console-ssh.socket
index 7a7abb52b..3174489ef 100644
--- a/meta-phosphor/common/recipes-phosphor/console/obmc-console/obmc-console-ssh.socket
+++ b/meta-phosphor/common/recipes-phosphor/console/obmc-console/obmc-console-ssh.socket
@@ -1,6 +1,6 @@
[Unit]
Description=Phosphor Host Console SSH Per-Connection socket
-Requires=obmc-console@{OBMC_CONSOLE_HOST_TTY}.service
+Wants=obmc-console@{OBMC_CONSOLE_HOST_TTY}.service
[Socket]
ListenStream=2200
OpenPOWER on IntegriCloud