aboutsummaryrefslogtreecommitdiff
path: root/conf
diff options
context:
space:
mode:
authorLuc Didry <luc@didry.org>2019-05-17 08:56:07 +0200
committerAlexis Metaireau <alexis@notmyidea.org>2019-05-21 10:46:41 +0200
commit84b096d3cdb07f22605bd3fb62d91b2d79a011e0 (patch)
tree900eb7dccdf05d6e06fbe7047ccfdf196e42abb4 /conf
parentba78ff72285a773f0592402b7150564bc890c610 (diff)
downloadihatemoney-mirror-84b096d3cdb07f22605bd3fb62d91b2d79a011e0.zip
ihatemoney-mirror-84b096d3cdb07f22605bd3fb62d91b2d79a011e0.tar.gz
ihatemoney-mirror-84b096d3cdb07f22605bd3fb62d91b2d79a011e0.tar.bz2
Systemd doc fixes + update CONTRIBUTORS
Diffstat (limited to 'conf')
-rw-r--r--conf/ihatemoney.service14
1 files changed, 0 insertions, 14 deletions
diff --git a/conf/ihatemoney.service b/conf/ihatemoney.service
deleted file mode 100644
index c6cbb3f..0000000
--- a/conf/ihatemoney.service
+++ /dev/null
@@ -1,14 +0,0 @@
-[Unit]
-Description=I hate money
-Requires=network.target postgresql.service
-After=network.target postgresql.service
-
-[Service]
-Type=simple
-User=ihatemoney
-WorkingDirectory=/var/lib/ihatemoney
-ExecStart=/var/lib/ihatemoney/bin/gunicorn -c /etc/ihatemoney/gunicorn.conf.py ihatemoney.wsgi:application
-SyslogIdentifier=ihatemoney
-
-[Install]
-WantedBy=multi-user.target