# vim: ft=perl

use Ubic::Service::SimpleDaemon;

Ubic::Service::SimpleDaemon->new(
    bin => 'gunicorn ui.wsgi:application -t 300 -w 3 --chdir /usr/share/pyshared/steam --preload --log-level=DEBUG -p /tmp/steam-gunicorn.pid -b unix:/tmp/steam-gunicorn.socket --log-file=/var/log/yandex/steam/gunicorn.log --pythonpath /usr/share/pyshared/steam/',
    user => 'www-data',
    group => 'www-data',
    stdout => '/var/log/yandex/steam/gunicorn.out.log',
    stderr => '/var/log/yandex/steam/gunicorn.err.log',
    ubic_log => '/var/log/yandex/steam/ubic/gunicorn_steam.log',
);
