greenhouse: Initial commit

This commit is contained in:
Thomas Klaehn
2019-04-08 17:26:45 +02:00
committed by Thomas Klaehn
commit 764bb0f563
5 changed files with 244 additions and 0 deletions

10
greenhouse.service Normal file
View File

@@ -0,0 +1,10 @@
[Unit]
Description=Greenhouse service
After=multi-user.target
[Service]
Type=idle
ExecStart=/usr/bin/python3 -m greenhouse
[Install]
WantedBy=multi-user.target