Add sauna

This commit is contained in:
Thomas Klaehn
2023-01-30 15:54:49 +01:00
parent f8b2047cff
commit 89a78993b5
39 changed files with 241 additions and 127 deletions

10
homeservice.service Normal file
View File

@@ -0,0 +1,10 @@
[Unit]
Description=homeservice service
After=multi-user.target
[Service]
Type=idle
ExecStart=/usr/bin/homeservice -c /etc/homeservice/config.json
[Install]
WantedBy=multi-user.target