New Need a Little Help

Discussion in 'Server Operation' started by telazorn, Mar 13, 2008.

  1. telazorn

    telazorn New Member

    I'm new to the hole server thing but i have a remote server set up with a dynamic IP and all of that have been trying to set up ventrilo on it got it working but it will not stay running as soon as i close my PuTTy connection it stops the ventrilo server can someone tell me how to make it run in the background all the time the server is running Linux

    would love all the help i can get
    :)
     
  2. zcworld

    zcworld New Member

    try
    ./ventrilo_srv &
    <enter>

    to get out of it
    than its all up n running



    and what is ventrilo ?
    i had a quick look is it an VOIP server ?
    or something else

    (DEMO)
    mysqld_safe &
    than i can use my putty window or close it and mysql server will be still running

    if you own the box
    than why not add it to the rc.local

    /path/to/file &
    sleep 2

    and it would fire up on boot up of the server
     
    Last edited: Mar 13, 2008

Share This Page