Last active
December 16, 2015 17:39
-
-
Save yuuki/5471895 to your computer and use it in GitHub Desktop.
This file contains 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
#!/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