hmci/doc/readme-service.md
Mark Nellemann b93b560fd9 Add debug option.
Increase okhttp timeouts.
2021-01-25 19:14:26 +01:00

15 lines
332 B
Markdown

# HMCi as a System Service
## Systemd
To install as a systemd service, copy the **hmci.service**
file into */etc/systemd/system/* and enable the service:
systemctl daemon-reload
systemctl enable hmci.service
systemctl restart hmci.service
To read log output from the service, use:
journalctl -f -u hmci.service