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