forked from 0x2620/pandora
formating
This commit is contained in:
parent
3ac08aa806
commit
1af3f84e96
1 changed files with 4 additions and 1 deletions
|
@ -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]
|
||||
|
|
Loading…
Reference in a new issue