From 8881a11de48cc9561948fe4e133c00f0d16d0136 Mon Sep 17 00:00:00 2001 From: ewilly Date: Wed, 24 Nov 2021 06:27:13 +0100 Subject: [PATCH] Debug --- conf/systemd.service | 2 ++ 1 file changed, 2 insertions(+) diff --git a/conf/systemd.service b/conf/systemd.service index 9cfd630..e9469ea 100644 --- a/conf/systemd.service +++ b/conf/systemd.service @@ -7,6 +7,8 @@ Type=simple User=__APP__ WorkingDirectory=__PATH__ ExecStart=/opt/yunohost/__APP__/bin/hass --config "__PATH__" --log-file "/var/log/__APP__/__APP__.log" --verbose +StandardOutput=append:/var/log/__APP__/__APP__.log +StandardError=inherit # Sandboxing options to harden security # Depending on specificities of your service/app, you may need to tweak these