how to stop nxfree or freenx-server on boot up

Hi,

Just wondering how to stop freenx server from loading at boot time. i would like to start it through ssh when i need it..

cheers

Klinode

2 Replies

I'm not really familiar with NX. Try doing a chkconfig –list and see if you find those in that list. If you do, try the command chkconfig off. After that, perform the first command again and see that the whole row says "Off".

> Try doing a chkconfig –list and see if you find those in that list. This assumes that he/she's using a RH-like distro. For anything Debian based, you can also update your init script directories with something like update-rc.d -f freenx remove. Man update-rc.d first.

Reply

Please enter an answer
Tips:

You can mention users to notify them: @username

You can use Markdown to format your question. For more examples see the Markdown Cheatsheet.

> I’m a blockquote.

I’m a blockquote.

[I'm a link] (https://www.google.com)

I'm a link

**I am bold** I am bold

*I am italicized* I am italicized

Community Code of Conduct