Created
December 31, 2014 03:18
-
-
Save elleryq/b8873668ac1625051e69 to your computer and use it in GitHub Desktop.
BubbleUPnPServer configuration for supervisord. I suppose you put BubbleUPnPServer in /opt/BubbleUPnPServer
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
| [program:bubbleupnpserver] | |
| command=/opt/BubbleUPnPServer/launch.sh | |
| directory=/opt/BubbleUPnPServer | |
| autostart=true | |
| user=your_user |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment