From 2c974bd3f1b9d437357b225e3301062b5f7d4c26 Mon Sep 17 00:00:00 2001 From: Denis Benato Date: Thu, 22 Aug 2024 15:35:27 +0200 Subject: [PATCH] Fix frzr-autoupdate service --- frzr-autoupdate.service | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/frzr-autoupdate.service b/frzr-autoupdate.service index 5655371..e7f3039 100644 --- a/frzr-autoupdate.service +++ b/frzr-autoupdate.service @@ -5,6 +5,7 @@ Wants=network-online.target [Service] Type=oneshot -ExecStart=frzr-deploy +Environment="SHOW_UI=0" +ExecStart=frzr deploy RemainAfterExit=false StandardOutput=journal