PostgreSQL 19: Remove blank spaces in unit file
authorDevrim Gunduz <devrim@gunduz.org>
Fri, 19 Sep 2025 14:35:55 +0000 (09:35 -0500)
committerDevrim Gunduz <devrim@gunduz.org>
Fri, 19 Sep 2025 14:35:55 +0000 (09:35 -0500)
rpm/redhat/main/non-common/postgresql-19/main/postgresql-19.service

index 67961b275fcf79e7909328bb44ff4ad57bab9e1f..c7883f6d34d6a521b74a7d4d638dce95c4d11f9c 100644 (file)
@@ -43,8 +43,8 @@ ExecStart=/usr/pgsql-19/bin/postgres -D ${PGDATA}
 ExecReload=/bin/kill -HUP $MAINPID
 KillMode=mixed
 KillSignal=SIGINT
-# Do not set any timeout value, so that systemd will not kill postgres 
+
+# Do not set any timeout value, so that systemd will not kill postgres
 # main process during crash recovery.
 TimeoutSec=infinity