From 454dff8aa7fec99c5bacb6f92598a038ca9b8027 Mon Sep 17 00:00:00 2001 From: Thiago Canozzo Lahr Date: Mon, 23 Feb 2026 13:59:57 -0300 Subject: [PATCH] Update install/immichframe-install.sh Co-authored-by: greptile-apps[bot] <165735046+greptile-apps[bot]@users.noreply.github.com> --- install/immichframe-install.sh | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/install/immichframe-install.sh b/install/immichframe-install.sh index 29ad9daf7..b5f3ad417 100644 --- a/install/immichframe-install.sh +++ b/install/immichframe-install.sh @@ -234,9 +234,8 @@ EOF msg_ok "systemd Service Created" msg_info "Enabling and Starting ImmichFrame Service" -$STD systemctl daemon-reload -$STD systemctl enable immichframe -$STD systemctl start immichframe +systemctl enable -q --now immichframe +msg_ok "ImmichFrame Service Started" msg_ok "ImmichFrame Service Started" msg_info "Saving Version Info"