Skip to content

Instantly share code, notes, and snippets.

@ocharles
Created January 17, 2011 19:14
Show Gist options
  • Select an option

  • Save ocharles/783294 to your computer and use it in GitHub Desktop.

Select an option

Save ocharles/783294 to your computer and use it in GitHub Desktop.
#!/bin/bash
echo starting
exec 2>&1
set -e
cd mb_server
umask 022
exec \
setuidgid musicbrainz bash -c 'eval $(perl -I/home/musicbrainz/perl5/lib/perl5 -Mlocal::lib)' \
./script/musicbrainz_fastcgi.pl \
-listen 127.0.0.1:55901 \
-nproc 5 \
-keeperr \
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment