aboutsummaryrefslogtreecommitdiff
path: root/comments
diff options
context:
space:
mode:
Diffstat (limited to 'comments')
-rw-r--r--comments/comments.service2
1 files changed, 1 insertions, 1 deletions
diff --git a/comments/comments.service b/comments/comments.service
index b511915..7d8f0e5 100644
--- a/comments/comments.service
+++ b/comments/comments.service
@@ -6,7 +6,7 @@ After=postgres.service
User=comments
ExecStart=/usr/local/bin/comments
Restart=on-failure
-Environment="DATABASE_URL=postgres:///comments"
+EnvironmentFile=/etc/sysconfig/comments
[Install]
WantedBy=multi-user.target