Init info Required start X11

General support questions including new installations
Post Reply
chriswe309
Posts: 1
Joined: 2015/10/12 15:43:58

Init info Required start X11

Post by chriswe309 » 2015/10/12 15:50:36

I am using CentOS 5.11 to create a ScreenConnect client. I have everything worked out except that I need the ScreenConnect service to start AFTER the GUI has started. I see on it's init info that there are required services or programs that must be running before the ScreenConnect service starts. Is there any way I can add Xwindows to that required start? or any other way to get this service started after the GUI is up?

Code: Select all

[root@galtesanders init.d]# vi screenconnect-36b88338893f2b23
# Required-Start:    $network $local_fs $remote_fs
# Should-Start:      $named
# Required-Stop:     $network $local_fs $remote_fs
# Should-Stop:       $named
# Default-Start:     4 5
# Default-Stop:      0 6
# Provides:          screenconnect-client
### END INIT INFO
@
@
@
@
screenconnectPath='/opt/screenconnect-36b88338893f2b23'                                                                     
"screenconnect-36b88338893f2b23" 203L, 67925C

Post Reply