ExecStop=/usr/bin/kill -TERM $MAINPID
ExecReload=/usr/bin/kill -HUP $MAINPID
+Restart=on-failure
+
# Give a reasonable amount of time for the server to start up/shut down
TimeoutSec=300
ExecStop=/usr/bin/kill -TERM $MAINPID
ExecReload=/usr/bin/kill -HUP $MAINPID
+Restart=on-failure
+
# Give a reasonable amount of time for the server to start up/shut down
TimeoutSec=300
ExecStop=/usr/bin/kill -TERM $MAINPID
ExecReload=/usr/bin/kill -HUP $MAINPID
+Restart=on-failure
+
# Give a reasonable amount of time for the server to start up/shut down
TimeoutSec=300
ExecStop=/usr/bin/kill -TERM $MAINPID
ExecReload=/usr/bin/kill -HUP $MAINPID
+Restart=on-failure
+
# Give a reasonable amount of time for the server to start up/shut down
TimeoutSec=300
ExecStop=/usr/bin/kill -TERM $MAINPID
ExecReload=/usr/bin/kill -HUP $MAINPID
+Restart=on-failure
+
# Give a reasonable amount of time for the server to start up/shut down
TimeoutSec=300
Name: %{sname}_%{pgmajorversion}
Version: 5.5.0
-Release: 6PGDG%{?dist}
+Release: 7PGDG%{?dist}
Summary: Replication Manager for PostgreSQL Clusters
License: GPLv3
URL: https://github.com/enterpriseDB/%{sname}
%endif
%changelog
+- Add Restart=on-failure to unit file. Per
+ https://github.com/pgdg-packaging/pgdg-rpms/issues/127
+
- Rebuild against OpenSSL 3 on SLES 15