We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 614bc0c commit 3afc55eCopy full SHA for 3afc55e
sagemaker_ssh_helper/sm-ssh-ide
@@ -193,8 +193,8 @@ elif [[ "$1" == "start" ]]; then
193
if _is_centos; then
194
:
195
else
196
- echo "sm-ssh-ide: Starting DBUS service (it can take a while)"
197
- /etc/init.d/dbus start
+ echo "sm-ssh-ide: Starting DBUS service"
+ nohup /etc/init.d/dbus start &
198
fi
199
200
echo "sm-ssh-ide: Starting VNC server"
0 commit comments