[Discuss] runlevel 5 service cannot connect to display

Rich Pieri richard.pieri at gmail.com
Wed Jan 30 16:26:15 EST 2013


On Wed, 30 Jan 2013 13:05:03 -0800
William Chan <wichan at adobe.com> wrote:

> I have my service  #chkconfig 5 99 37 since my service needs x11

If it requires X11 then it isn't a service. It's an X11 application. It
will never run as a service as long as it requires an active X11 server.

I suggest separating the service from the UI. This way you can run the
service as a service and the UI as a UI.

-- 
Rich P.



More information about the Discuss mailing list