summaryrefslogtreecommitdiff
path: root/meta-google
diff options
context:
space:
mode:
authorWilliam A. Kennington III <wak@google.com>2021-02-19 00:30:46 +0300
committerWilliam A. Kennington III <wak@google.com>2021-02-19 00:30:52 +0300
commit01395f88b3249af629f6db2f644eb5be2d7d51e4 (patch)
tree540f7fc1f3e8d54660a854ae860ced9ffc0d7ba0 /meta-google
parent1c8613662c13552abd9a2612f9a8a1628844fdef (diff)
downloadopenbmc-01395f88b3249af629f6db2f644eb5be2d7d51e4.tar.xz
meta-google: gbmc-ncsi-config: Fix sslh
The name of the unit files got updated, but the internal references did not. Change-Id: I772e5755ba45cc7f4b4fdd2469286f08032c0f9d Signed-off-by: William A. Kennington III <wak@google.com>
Diffstat (limited to 'meta-google')
-rw-r--r--meta-google/recipes-google/ncsi/files/gbmc-ncsi-sslh.service3
-rw-r--r--meta-google/recipes-google/ncsi/files/gbmc-ncsi-sslh.socket.in3
2 files changed, 2 insertions, 4 deletions
diff --git a/meta-google/recipes-google/ncsi/files/gbmc-ncsi-sslh.service b/meta-google/recipes-google/ncsi/files/gbmc-ncsi-sslh.service
index b6bc04a4c..e9bbd1d9b 100644
--- a/meta-google/recipes-google/ncsi/files/gbmc-ncsi-sslh.service
+++ b/meta-google/recipes-google/ncsi/files/gbmc-ncsi-sslh.service
@@ -1,6 +1,7 @@
[Unit]
Description=SSL/SSH multiplexer
-Requires=sslh.socket
+Requires=gbmc-ncsi-sslh.socket
+After=gbmc-ncsi-sslh.socket
[Service]
ExecStart=/usr/sbin/sslh -n -f --ssh [::1]:22 --http [::1]:80 --tls [::1]:443
diff --git a/meta-google/recipes-google/ncsi/files/gbmc-ncsi-sslh.socket.in b/meta-google/recipes-google/ncsi/files/gbmc-ncsi-sslh.socket.in
index 9e5f5949d..c0abbc2fd 100644
--- a/meta-google/recipes-google/ncsi/files/gbmc-ncsi-sslh.socket.in
+++ b/meta-google/recipes-google/ncsi/files/gbmc-ncsi-sslh.socket.in
@@ -1,6 +1,3 @@
-[Unit]
-Before=sslh.service
-
[Socket]
BindToDevice=@NCSI_IF@
ListenStream=3967