needwebhost?
08-10-2003, 08:06 AM
one of my clients wants to install a chat system on my server, but i goto put it on start up, how do i do that via ssh?
i got a dedicated 2.2 ghz linux.
i got a dedicated 2.2 ghz linux.
![]() | View Full Version : SSH question needwebhost? 08-10-2003, 08:06 AM one of my clients wants to install a chat system on my server, but i goto put it on start up, how do i do that via ssh? i got a dedicated 2.2 ghz linux. Eric Lim 08-10-2003, 05:14 PM Edit the file /etc/rc.local Let says if you need to run the command similiar to this to start the chat software: /usr/local/somechat/./startchat Paste the line into the enf of the file rc.local |