1# vim:ft=perl
2use Ubic::Service::SimpleDaemon;
3
4Ubic::Service::SimpleDaemon->new({
5    bin => 'sleep 100',
6});
7