From 01395f88b3249af629f6db2f644eb5be2d7d51e4 Mon Sep 17 00:00:00 2001 From: "William A. Kennington III" Date: Thu, 18 Feb 2021 13:30:46 -0800 Subject: 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 --- meta-google/recipes-google/ncsi/files/gbmc-ncsi-sslh.service | 3 ++- meta-google/recipes-google/ncsi/files/gbmc-ncsi-sslh.socket.in | 3 --- 2 files changed, 2 insertions(+), 4 deletions(-) (limited to 'meta-google') 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 -- cgit v1.2.3