Gitiles
Code Review
Sign In
gerrit.openbmc.org
/
openbmc
/
openbmc-build-scripts
/
4c5b12ea32358fb7c9bbc88a3d2ed827023aea1a
/
.
/
kubernetes
/
XCAT-Kubernetes-Container
/
entrypoint.sh
blob: 985319bea1a043044d3cdd78172556eb7f6a14f8 [
file
] [
log
] [
blame
]
#!/bin/bash
# Starting Xcat Daemon Service
service xcatd start
# Starting SSH Daemon
echo
"SSH Daemon listening on port 22"
/
usr
/
sbin
/
sshd
-
D