With start info about pod stop
This commit is contained in:
@@ -94,9 +94,9 @@ LANGFUSE_COMMON_ENV=(
|
|||||||
)
|
)
|
||||||
|
|
||||||
# Stop existing systemd-managed pod if present, to avoid conflicts on rerun
|
# Stop existing systemd-managed pod if present, to avoid conflicts on rerun
|
||||||
echo "Ending systemd-managed pod 'pod-$POD_NAME.service if it exists"
|
echo "Stopping systemd-managed pod 'pod-$POD_NAME.service' if it exists..."
|
||||||
if systemctl --user list-units --type=service --all 2>/dev/null | grep -q 'pod-$POD_NAME.service'; then
|
if systemctl --user list-units --type=service --all 2>/dev/null | grep -q "pod-$POD_NAME.service"; then
|
||||||
systemctl --user stop pod-langflow_pod.service || true
|
systemctl --user stop "pod-$POD_NAME.service" || true
|
||||||
fi
|
fi
|
||||||
|
|
||||||
# Prepare directories
|
# Prepare directories
|
||||||
|
|||||||
Reference in New Issue
Block a user