Announcement

Collapse
No announcement yet.

automatic startup of the enigma client on boot

Collapse
This topic is closed.
X
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    automatic startup of the enigma client on boot


    Link to the Enigma M4 project:
    http://www.bytereef.org/m4_project.html

    -----*snipped from install script---------
    ################################################## ###################
    # The installer is going to check the connection to the key server. #
    ################################################## ###################

    Are you connected to the Internet Y/N [N]? y

    trying whether the key server is up... yes
    trying port 65521... success


    ################################################## ##########
    # If you have more than one CPU/core, you can run several #
    # instances of the client. #
    ################################################## ##########

    Enter the number of CPUs/cores you want to run the client on [1]: 1

    The installer will create this run directory: /home/isprins/.enigma-client

    Change the prefix [/home/isprins]:

    Change the name(s) [.enigma-client]:


    ##############################
    # Summary #
    ##############################

    Client: enigma-client.py

    The installer will create/use this run directory: /home/isprins/.enigma-client

    Accept Y/N [N]? y


    $$$ Created run directories. $$$


    ################################################## ####
    # If you want to run the client automatically in the #
    # background (recommended), you have two options. #
    ################################################## ####

    Option 1:
    =========

    # Add this to /etc/inittab:

    EC:2345:respawn:/bin/su - isprins -c /home/isprins/.enigma-client/ecboot


    Option 2:
    =========

    # Attention: The crontab syntax is for the Vixie cron.
    # Add this to your crontab (crontab -e):

    @reboot /home/isprins/.enigma-client/ecrun

    I have read that crontab and inittab is not used on hardy heron, so how do i solve it ?

    #2
    Re: automatic startup of the enigma client on boot

    My crontab is running great.. Hardy Heron..
    Check out my Ⓥegan youtube channel PlantSugar
    CV and gallery at grn.dk
    Please add [SOLVED] to topic subject when topic is solved.

    Comment

    Working...
    X