Created
May 24, 2014 17:42
-
-
Save bessarabov/1a36f4308524e666302a to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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