Skip to content

Instantly share code, notes, and snippets.

@berekuk
Created July 8, 2011 16:48
Show Gist options
  • Select an option

  • Save berekuk/1072244 to your computer and use it in GitHub Desktop.

Select an option

Save berekuk/1072244 to your computer and use it in GitHub Desktop.
# vim: ft=perl
use Ubic::Service::Web;
Ubic::Service::Web->new(
stdout => '/Users/mmcleric/Documents/coding/tmp/web.log',
stderr => '/Users/mmcleric/Documents/coding/tmp/web.err.log',
app => '/Users/mmcleric/perl5/bin/ubic-web',
);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment