From de5a75430fe99e026f94582daafd94a891a2c2ee Mon Sep 17 00:00:00 2001 From: Marcin Krol Date: Sat, 24 Jan 2026 23:13:10 +0100 Subject: [PATCH] - fix service status on error --- postgresql.init | 1 + 1 file changed, 1 insertion(+) diff --git a/postgresql.init b/postgresql.init index 394692c..3ac066e 100644 --- a/postgresql.init +++ b/postgresql.init @@ -188,6 +188,7 @@ case "$action" in else show "PostgreSQL cluster %s" "$pgdir" progress "$PG_STATUS" "$CFAIL" + RETVAL=3 fi echo done -- 2.52.0