#!/usr/bin/python import os import sys os.execvp('dbus-launch', ['dbus-launch', 'supervisord', '-c'] + sys.argv[1:])