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"