From 23e9d1343d896756b7b0112fae6219febd629126 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dr=2E=20Julian-Steffen=20M=C3=BCller?= Date: Wed, 22 Jul 2020 21:31:17 +0200 Subject: [PATCH] Changed README --- README.md | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..49eb011 --- /dev/null +++ b/README.md @@ -0,0 +1,21 @@ +# Installation Guide + +## Dependencies + * LUA (vcpkg install lua) + * SPDLOG (vcpkg install spdlog) + * mqttpp (https://git.mueller.haus/mqttpp) + +## Systemd + * Adjust 'WorkingDirectory' and 'Exec start' to the path of the venv + * Save to /etc/systemd/system/thrawn.service + * systemctl enable thrawn + * systemctl start thrawn + +## LUA Services + * Default path is /etc/thrawn. Configureable: ./thrawn [path-to-services] + +## Logging + +### Systemd journal + +journalctl -f -u thrawn \ No newline at end of file