Start process in libertine when phone boots
-
Hi all,
I have managed to install homeassistant and a couple more servers (influxdb, grafana) on my oneplus one running ubuntu touch using libertine. Now I want to start these when the phone boots, I thought it would be easy making it a service and configuring it withsystemctl
 but it looks like it's not working. Is this even possible within libertine?
I know I'm pushing the boundaries of what a phone is supposed to do, but it's fun nonetheless. I have not found much documentation about libertine itself other than how to launch things, so I'd love to learn more about it if you can help thank you! -
Hi @danval
I don't know how Libertine works, but Ubuntu Touch utilizes UpStart, not Systemd
-
@applee Thank you! It looks like I can run
initctl list
from terminal but not within the libertine container -
@danval Indeed, as you have already experienced, Ubuntu Touch in general, and Libertine in particular, does not facilitate running background services.
That having been said, I am very intrigued with your setup. Do the several services you installed in Libertine run well when you start them manually?