commit | 01395f88b3249af629f6db2f644eb5be2d7d51e4 | [log] [tgz] |
---|---|---|
author | William A. Kennington III <wak@google.com> | Thu Feb 18 13:30:46 2021 -0800 |
committer | William A. Kennington III <wak@google.com> | Thu Feb 18 13:30:52 2021 -0800 |
tree | 540f7fc1f3e8d54660a854ae860ced9ffc0d7ba0 | |
parent | 1c8613662c13552abd9a2612f9a8a1628844fdef [diff] [blame] |
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>
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 b6bc04a..e9bbd1d 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