Ipe as a service
c2pdev opened this issue · 2 comments
c2pdev commented
How to run IPE a a service after booting OS?
Thanks
dimiro1 commented
You can use the default OS init system, see [1] for examples for systemd and upstart. Another option is use something like supervisor [2]
[1] https://github.com/dimiro1/ipe/tree/master/init
[2] http://supervisord.org/
c2pdev commented
Thanks :)