2021-05-05 12:17:10 +00:00
|
|
|
[Unit]
|
2022-03-29 14:04:51 +00:00
|
|
|
Description=Greenhouse UI service
|
2021-05-05 12:17:10 +00:00
|
|
|
After=multi-user.target gardencontrol.service
|
|
|
|
|
|
|
|
[Service]
|
|
|
|
Type=idle
|
2022-03-29 14:04:51 +00:00
|
|
|
ExecStart=gunicorn --bind 0.0.0.0:80 greenhouseui:app
|
2021-05-05 12:17:10 +00:00
|
|
|
|
|
|
|
[Install]
|
|
|
|
WantedBy=multi-user.target
|