Files
webvirtcloud/conf/runit/webvirtcloud.sh
2015-10-15 20:47:10 +08:00

5 lines
271 B
Bash
Executable File

#!/bin/sh
# `/sbin/setuser www-data` runs the given command as the user `www-data`.
cd /srv/webvirtcloud
exec /sbin/setuser www-data /srv/webvirtcloud/venv/bin/gunicorn webvirtcloud.wsgi:application -c /srv/webvirtcloud/gunicorn.conf.py >> /var/log/webvirtcloud.log 2>&1