Created
July 11, 2011 21:59
-
-
Save jefftriplett/1076901 to your computer and use it in GitHub Desktop.
Bitlbee under Supervisord
This file contains hidden or 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
; 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