Skip to content

Instantly share code, notes, and snippets.

@jefftriplett
Created July 11, 2011 21:59
Show Gist options
  • Save jefftriplett/1076901 to your computer and use it in GitHub Desktop.
Save jefftriplett/1076901 to your computer and use it in GitHub Desktop.
Bitlbee under Supervisord
; this annoyed me because it should have been simple but I fiddled with settings
; for quite some time. The -n is the important part though which causes bitlbee
; to not fork into the background. I tried several supervisord settings including
; pidproxy without any luck.
[program:bitlbee]
command=/usr/sbin/bitlbee -nv -c /etc/bitlbee/bitlbee.conf
user=bitlbee
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment