use Ubic::Service::SimpleDaemon;
my $service = Ubic::Service::SimpleDaemon->new(
    name => 'cocaine-orchestrator-server',
    daemon_user => 'cocaine',
    auto_start => 0,
    ubic_log => '/var/log/ubic/cocaine-orchestrator-server/ubic.log',
    stdout => '/var/log/ubic/cocaine-orchestrator-server/stdout.log',
    stderr => '/var/log/ubic/cocaine-orchestrator-server/stderr.log',
    bin => '/usr/bin/python /usr/lib/python2.7/dist-packages/cocaine/orchestrator/server.py --daemonize --debug --state2dc --host dealer-12.ape.yandex.net --clusternames production',
);
