1
0
Fork 0
mirror of https://github.com/retspen/webvirtcloud synced 2024-11-01 12:04:15 +00:00
webvirtcloud/conf/supervisor/webvirtcloud.conf
2015-04-21 17:13:53 +03:00

15 lines
No EOL
403 B
Text

[program:webvirtcloud]
command=/usr/local/bin/gunicorn webvirtcloud.wsgi:application -c /var/www/webvirtcloud/gunicorn.conf.py
directory=/var/www/webvirtcloud
user=www-data
autostart=true
autorestart=true
redirect_stderr=true
[program:novncd]
command=/usr/bin/python /var/www/webvirtcloud/console/novncd
directory=/var/www/webvirtcloud
user=www-data
autostart=true
autorestart=true
redirect_stderr=true