We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7aad8db commit ac866b4Copy full SHA for ac866b4
postgresql.service.in
100644
100755
@@ -6,7 +6,8 @@
6
7
[Unit]
8
Description=PostgreSQL database server
9
-After=network.target
+# We should start postgresql service after network is up (rhbz#2127534 and rhbz#2157651)
10
+After=network-online.target
11
12
[Service]
13
Type=notify
0 commit comments