Skip to content

Instantly share code, notes, and snippets.

@bessarabov
Created May 24, 2014 17:42
Show Gist options
  • Save bessarabov/1a36f4308524e666302a to your computer and use it in GitHub Desktop.
Save bessarabov/1a36f4308524e666302a to your computer and use it in GitHub Desktop.
use Ubic::Service::SimpleDaemon;
my $service = Ubic::Service::SimpleDaemon->new(
bin => "/tmp/service.pl",
stdout => "/var/log/rubus/ubic.save.stdout.log",
stderr => "/var/log/rubus/ubic.save.stderr.log",
ubic_log => "/var/log/rubus/ubic.save.log",
user => "www-data",
);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment