Skip to content

Instantly share code, notes, and snippets.

@mattrobenolt
Created May 18, 2012 18:05
Show Gist options
  • Save mattrobenolt/2726782 to your computer and use it in GitHub Desktop.
Save mattrobenolt/2726782 to your computer and use it in GitHub Desktop.
for conf in $(find /etc/circus/enabled/ -name *.ini); do \
circusd $$conf --daemon; \
done
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment