Remove greenhouse 2 and garden

This commit is contained in:
Thomas Klaehn
2022-03-29 16:04:51 +02:00
parent a5b5637cfe
commit 055f632c96
13 changed files with 26 additions and 451 deletions

10
greenhouseui.service Normal file
View File

@@ -0,0 +1,10 @@
[Unit]
Description=Greenhouse UI service
After=multi-user.target gardencontrol.service
[Service]
Type=idle
ExecStart=gunicorn --bind 0.0.0.0:80 greenhouseui:app
[Install]
WantedBy=multi-user.target