2015-03-27 14:20:30 +00:00
|
|
|
[program:webvirtcloud]
|
2015-04-21 14:13:53 +00:00
|
|
|
command=/usr/local/bin/gunicorn webvirtcloud.wsgi:application -c /var/www/webvirtcloud/gunicorn.conf.py
|
2015-03-27 14:20:30 +00:00
|
|
|
directory=/var/www/webvirtcloud
|
2015-04-21 14:13:53 +00:00
|
|
|
user=www-data
|
2015-03-27 14:20:30 +00:00
|
|
|
autostart=true
|
|
|
|
autorestart=true
|
|
|
|
redirect_stderr=true
|
|
|
|
|
2015-04-21 14:13:53 +00:00
|
|
|
[program:novncd]
|
|
|
|
command=/usr/bin/python /var/www/webvirtcloud/console/novncd
|
2015-03-27 14:20:30 +00:00
|
|
|
directory=/var/www/webvirtcloud
|
2015-04-21 14:13:53 +00:00
|
|
|
user=www-data
|
2015-03-27 14:20:30 +00:00
|
|
|
autostart=true
|
|
|
|
autorestart=true
|
2015-04-21 14:13:53 +00:00
|
|
|
redirect_stderr=true
|