Skip to content

Commit 3afc55e

Browse files
Starting DBUS in background to avoid timeouts
1 parent 614bc0c commit 3afc55e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

sagemaker_ssh_helper/sm-ssh-ide

+2-2
Original file line numberDiff line numberDiff line change
@@ -193,8 +193,8 @@ elif [[ "$1" == "start" ]]; then
193193
if _is_centos; then
194194
:
195195
else
196-
echo "sm-ssh-ide: Starting DBUS service (it can take a while)"
197-
/etc/init.d/dbus start
196+
echo "sm-ssh-ide: Starting DBUS service"
197+
nohup /etc/init.d/dbus start &
198198
fi
199199

200200
echo "sm-ssh-ide: Starting VNC server"

0 commit comments

Comments
 (0)