Skip to content

Instantly share code, notes, and snippets.

@simonmichael
Created March 27, 2014 14:56
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save simonmichael/9809375 to your computer and use it in GitHub Desktop.
Save simonmichael/9809375 to your computer and use it in GitHub Desktop.
example supervisord config for running rss2irc
[program:rss2irc-hackagebot]
command=/usr/local/bin/rss2irc --debug-feed --debug-irc -i5 http://hackage.haskell.org/recent.rss irc.freenode.net/haskell/hackagebot --description --html --replace '<i>Added by (\w*).*<\/i>(?:<p>)?(.*)/\2 (\1)' --ident 'hackage upload announce bot, owner: sm' --use-actions -$
priority=5
redirect_stderr=true
autostart=true
autorestart=true
startretries=0
startsecs=2
environment=LANG=en_US.UTF-8
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment