From c4f6aa725496c02490c90814b8999a5544578f69 Mon Sep 17 00:00:00 2001 From: Krakinou Date: Sun, 13 Nov 2022 16:03:41 +0100 Subject: [PATCH] initial setup --- conf/systemd.service | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/conf/systemd.service b/conf/systemd.service index 7bb448e..d4332cf 100644 --- a/conf/systemd.service +++ b/conf/systemd.service @@ -1,5 +1,5 @@ [Unit] -Description=Small description of the service +Description=Full featured Z-Wave Control Panel and MQTT Gateway After=network.target [Service] @@ -7,7 +7,7 @@ Type=simple User=__APP__ Group=__APP__ WorkingDirectory=__FINALPATH__/ -ExecStart=__FINALPATH__/script +ExecStart=__FINALPATH__/zwave-js-ui-linux StandardOutput=append:/var/log/__APP__/__APP__.log StandardError=inherit