dimiro1/ipe

Ipe as a service

c2pdev opened this issue · 2 comments

How to run IPE a a service after booting OS?
Thanks

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/

Thanks :)