Skip to content

Commit d2e5991

Browse files
committed
qf start service (podman)
1 parent 73e6d4b commit d2e5991

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

install/podman-homeassistant-install.sh

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ Restart=always
7171
WantedBy=default.target multi-user.target
7272
EOF
7373
systemctl daemon-reload
74-
systemctl enable -q --now portainer
74+
$STD systemctl start portainer
7575
msg_ok "Installed Portainer $PORTAINER_LATEST_VERSION"
7676
else
7777
read -r -p "${TAB3}Would you like to add the Portainer Agent? <y/N> " prompt
@@ -96,7 +96,7 @@ Restart=always
9696
WantedBy=default.target multi-user.target
9797
EOF
9898
systemctl daemon-reload
99-
systemctl enable -q --now portainer-agent
99+
$STD systemctl start portainer-agent
100100
msg_ok "Installed Portainer Agent $PORTAINER_AGENT_LATEST_VERSION"
101101
fi
102102
fi
@@ -129,7 +129,7 @@ TimeoutStartSec=300
129129
WantedBy=default.target multi-user.target
130130
EOF
131131
systemctl daemon-reload
132-
systemctl enable -q --now homeassistant
132+
$STD systemctl start homeassistant
133133
msg_ok "Installed Home Assistant"
134134

135135
motd_ssh

install/podman-install.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ Restart=always
7171
WantedBy=default.target multi-user.target
7272
EOF
7373
systemctl daemon-reload
74-
systemctl enable -q --now portainer
74+
$STD systemctl start portainer
7575
msg_ok "Installed Portainer $PORTAINER_LATEST_VERSION"
7676
else
7777
read -r -p "${TAB3}Would you like to add the Portainer Agent? <y/N> " prompt
@@ -96,7 +96,7 @@ Restart=always
9696
WantedBy=default.target multi-user.target
9797
EOF
9898
systemctl daemon-reload
99-
systemctl enable -q --now portainer-agent
99+
$STD systemctl start portainer-agent
100100
msg_ok "Installed Portainer Agent $PORTAINER_AGENT_LATEST_VERSION"
101101
fi
102102
fi

0 commit comments

Comments
 (0)