use Ubic::Service::SimpleDaemon;
my $service = Ubic::Service::SimpleDaemon->new(
    bin => "hypnotoad -f `which skryf`",
    cwd => "/home/uzr",
    stdout => "/tmp/blog.log",
    stderr => "/tmp/blog.err.log",
    ubic_log => "/tmp/blog.ubic.log",
    user => "uzr"
);
