summaryrefslogtreecommitdiff
path: root/openstack/usr/lib/systemd/system/postgres-server.service
diff options
context:
space:
mode:
authorTiago Gomes <tiago.gomes@codethink.co.uk>2015-04-29 14:08:26 +0000
committerPedro Alvarez <pedro.alvarez@codethink.co.uk>2015-05-08 09:57:33 +0000
commitbca3346432cda978483f3908b3c2e005f283c310 (patch)
tree15075cc1ba808f4d0a8a5bc0c64a236e71c27bb5 /openstack/usr/lib/systemd/system/postgres-server.service
parent690ced72fb60990d2de5ab02b2668b3cdbe13d0d (diff)
downloaddefinitions-bca3346432cda978483f3908b3c2e005f283c310.tar.gz
openstack: finishing tidy up systemd unit files
* Add db-setup to the 'Afters' for ceilometer * Improve order of units in 'Afters' * Remove deprecated syslog.target * Add missing Wants=network-online.target Change-Id: I4936126b78946dbdfe77213cc5202b39ea6a50cb
Diffstat (limited to 'openstack/usr/lib/systemd/system/postgres-server.service')
-rw-r--r--openstack/usr/lib/systemd/system/postgres-server.service1
1 files changed, 1 insertions, 0 deletions
diff --git a/openstack/usr/lib/systemd/system/postgres-server.service b/openstack/usr/lib/systemd/system/postgres-server.service
index af0e9621..9e11f26d 100644
--- a/openstack/usr/lib/systemd/system/postgres-server.service
+++ b/openstack/usr/lib/systemd/system/postgres-server.service
@@ -1,6 +1,7 @@
[Unit]
Description=PostgreSQL database server
After=network-online.target
+Wants=network-online.target
[Service]
Type=forking