On Thu, Sep 6, 2018 at 4:34 AM Mala Dies <[email protected]> wrote:
> If you have a piece of software you want to run on boot, follow along here: 
> https://www.freedesktop.org/software/systemd/man/systemd.service.html.
>
> Along the bottom section of the page, on that site, there should be a 
> instance/example. Enjoy!
>

>>>> I have an application running at startup of Beaglebone but after 
>>>> 15minutes, I want after the board is connected, my application will be 
>>>> running with an url : 192.168.7.2:5000/app quickly like cloud9.

If I understand correctly, you don't want to run an application on
boot but after 15 Min.
Maybe this is easier to accomplish with crontab: Simply ad a line to
/etc/crontab

@reboot some_user sleep 900 ; /path_to/myscript

Where some_user can be root or any other user....

-- 
For more options, visit http://beagleboard.org/discuss
--- 
You received this message because you are subscribed to the Google Groups 
"BeagleBoard" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/beagleboard/CAK4vXrsED%2BN0KT9roGw54zSW%3DthY7QMFFztkEy96LL9QONwkzA%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to