From 1af3f84e96ecd636457efbb3aab936404d000b47 Mon Sep 17 00:00:00 2001 From: j Date: Sat, 10 Sep 2016 10:23:48 +0200 Subject: [PATCH] formating --- etc/systemd/system/pandora.service | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/etc/systemd/system/pandora.service b/etc/systemd/system/pandora.service index e59cfed16..272c58290 100644 --- a/etc/systemd/system/pandora.service +++ b/etc/systemd/system/pandora.service @@ -12,7 +12,10 @@ WorkingDirectory=/srv/pandora/pandora StandardOutput=syslog StandardError=syslog ExecStartPre=/srv/pandora/pandora/manage.py compile_pyc -p /srv/pandora/pandora -ExecStart=/srv/pandora/bin/gunicorn wsgi:application -c gunicorn_config.py -p /run/pandora/pandora.pid +ExecStart=/srv/pandora/bin/gunicorn \ + wsgi:application \ + -c gunicorn_config.py \ + -p /run/pandora/pandora.pid ExecReload=/bin/kill -HUP $MAINPID [Install]