alexreinert / piVCCU

piVCCU is a project to install the original Homematic CCU3 firmware inside a virtualized container (lxc) on ARM based single board computers.
Apache License 2.0
305 stars 64 forks source link

Startup mode in systemd #247

Closed ingoha closed 3 years ago

ingoha commented 4 years ago

When starting another service that depends on piVCCU (in my case home-assisstant), systemd signals that piVCCU is ready as soon as start_container.sh has been invoked. This should be changed so that systemd signals piVCCU ready when the container has been started. I have a working solution but could not find the systemd service file here in the repo(?)

agross commented 4 years ago

Perhaps do the connection check in a totally separate systemd service and bind Home Assistant to that service.

frank-f commented 4 years ago

I have a working solution but could not find the systemd service file here in the repo(?)

I don't know why nobody answered this, but the files you are looking for should be here: https://github.com/alexreinert/piVCCU/tree/master/pivccu/host3

stale[bot] commented 3 years ago

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.