saunaservice/saunaservice.service
Thomas Klaehn ab73e296b5 Initial commit
Signed-off-by: Thomas Klaehn <thomas.klaehn@perinet.io>
2023-01-31 13:11:32 +01:00

11 lines
188 B
Desktop File

[Unit]
Description=saunaservice service
After=multi-user.target
[Service]
Type=idle
ExecStart=/usr/bin/saunaservice -c /etc/saunaservice/config.json
[Install]
WantedBy=multi-user.target