summaryrefslogtreecommitdiff
path: root/parabolaweb.service
diff options
context:
space:
mode:
authorLuke Shumaker <LukeShu@sbcglobal.net>2012-10-22 00:20:19 -0400
committerLuke Shumaker <LukeShu@sbcglobal.net>2012-10-22 00:20:19 -0400
commitf3e2ecc55ffd3c218515436843e4e6493825441f (patch)
tree59e215ea090b331646b723d23ec57d8d6b78372e /parabolaweb.service
parentdc45b9430e9c3716cd51152ca757753ebb177d66 (diff)
improve libre/parabolaweb-utils
meta: * add postgresql as a dependency filesystem: * Change the systemd .service file to require postgresql
Diffstat (limited to 'parabolaweb.service')
-rw-r--r--parabolaweb.service2
1 files changed, 2 insertions, 0 deletions
diff --git a/parabolaweb.service b/parabolaweb.service
index d145e53..4c3fb8c 100644
--- a/parabolaweb.service
+++ b/parabolaweb.service
@@ -1,4 +1,6 @@
[Unit]
+Requires=postgresql.service
+After=postgresql.service
Description=ParabolaWeb
[Service]