Discussion:
[bottlepy] run as server
Guillaume Hayoz
2016-12-04 09:22:27 UTC
Permalink
Hello,
I have a nice prototype working on a raspberry, then I would like to make
it running as a daemon. How can I do it? What is the command to add in
crontab or other to ensure service up after reboot?

Thanks in advance.

Guillaume
--
--
You are member of the "bottlepy" group at google groups.
See http://groups.google.de/group/bottlepy for mailing list options.
See http://bottlepy.org/ for news and documentation.

---
You received this message because you are subscribed to the Google Groups "bottlepy" group.
To unsubscribe from this group and stop receiving emails from it, send an email to bottlepy+***@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
m***@gmail.com
2017-01-01 02:06:32 UTC
Permalink
You can do this by placing an appropriate .desktop file in
~/.config/autostart

Alternatively, you could configure a systemd service for your application,
that way it will start without requiring a login (but I suspect that your
Rpi will auto-login, will it?)
--
--
You are member of the "bottlepy" group at google groups.
See http://groups.google.de/group/bottlepy for mailing list options.
See http://bottlepy.org/ for news and documentation.

---
You received this message because you are subscribed to the Google Groups "bottlepy" group.
To unsubscribe from this group and stop receiving emails from it, send an email to bottlepy+***@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
Continue reading on narkive:
Loading...