Skip to content

Instantly share code, notes, and snippets.

@yuuki
Last active December 16, 2015 17:39
Show Gist options
  • Save yuuki/5471895 to your computer and use it in GitHub Desktop.
Save yuuki/5471895 to your computer and use it in GitHub Desktop.
#!/bin/sh
exec 2>&1
export PERL_PATH=/opt/perl-5.14/bin/perl
exec $PERL_PATH /opt/perl-5.14/bin/growthforecast.pl --data-dir /home/growthforecast/growthforecast --port 80 -- \
setuidgid growthforecast
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment