CONQUEST boot automatically start on Ubuntu

  • The CONQUEST boot automatically start and how to configure the script file?
    I am not very familiar with on UBUNTU.
    In accordance with the manual, To automatically start the server at boot time create a shell script in / etc/rc5.d called Z99Conquest, that
    contains, e.g.,:
    cd / home / marcel / conquest
    dgate - ^ serverstatus.log
    I do not know how to configure, please help.

  • Hi,


    Have a look in linuxmanual.pdf for an example startup script but note that you will need to install the package authbind.
    start/stop scripts need to be copied to /etc/init.d and once you are sure it works can be set to automatically start with

    Code
    sudo upadte-rc.d conquest-pacs.sh defaults

    (assuming conquest-pacs.sh is the name of the script). This will create the proper links in the various rcx.d directories.


    Mark

  • Hi,


    Mark made a typo.


    The correct command is:

    Code
    sudo update-rc.d conquest-pacs.sh defaults


    Assuming the file conquest-pacs.sh exists and is executeable.
    At least it works for me on a Debian box.


    Chris.

Participate now!

Don’t have an account yet? Register yourself now and be a part of our community!