From d2e599141632724f102ed853b9c6c9080733d791 Mon Sep 17 00:00:00 2001 From: "CanbiZ (MickLesk)" <47820557+MickLesk@users.noreply.github.com> Date: Wed, 18 Mar 2026 18:52:07 +0100 Subject: [PATCH] qf start service (podman) --- install/podman-homeassistant-install.sh | 6 +++--- install/podman-install.sh | 4 ++-- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/install/podman-homeassistant-install.sh b/install/podman-homeassistant-install.sh index 4413071cb..03fb87b4d 100644 --- a/install/podman-homeassistant-install.sh +++ b/install/podman-homeassistant-install.sh @@ -71,7 +71,7 @@ Restart=always WantedBy=default.target multi-user.target EOF systemctl daemon-reload - systemctl enable -q --now portainer + $STD systemctl start portainer msg_ok "Installed Portainer $PORTAINER_LATEST_VERSION" else read -r -p "${TAB3}Would you like to add the Portainer Agent? " prompt @@ -96,7 +96,7 @@ Restart=always WantedBy=default.target multi-user.target EOF systemctl daemon-reload - systemctl enable -q --now portainer-agent + $STD systemctl start portainer-agent msg_ok "Installed Portainer Agent $PORTAINER_AGENT_LATEST_VERSION" fi fi @@ -129,7 +129,7 @@ TimeoutStartSec=300 WantedBy=default.target multi-user.target EOF systemctl daemon-reload -systemctl enable -q --now homeassistant +$STD systemctl start homeassistant msg_ok "Installed Home Assistant" motd_ssh diff --git a/install/podman-install.sh b/install/podman-install.sh index 74bc5b07b..9cad8662c 100644 --- a/install/podman-install.sh +++ b/install/podman-install.sh @@ -71,7 +71,7 @@ Restart=always WantedBy=default.target multi-user.target EOF systemctl daemon-reload - systemctl enable -q --now portainer + $STD systemctl start portainer msg_ok "Installed Portainer $PORTAINER_LATEST_VERSION" else read -r -p "${TAB3}Would you like to add the Portainer Agent? " prompt @@ -96,7 +96,7 @@ Restart=always WantedBy=default.target multi-user.target EOF systemctl daemon-reload - systemctl enable -q --now portainer-agent + $STD systemctl start portainer-agent msg_ok "Installed Portainer Agent $PORTAINER_AGENT_LATEST_VERSION" fi fi