6 lines
107 B
Plaintext
6 lines
107 B
Plaintext
|
#!/bin/execlineb -P
|
||
|
|
||
|
cd /srv/pandora/pandora
|
||
|
fdmove -c 2 1
|
||
|
gunicorn -c gunicorn_config.py wsgi:application
|