|
|
@@ -30,6 +30,7 @@ def get_monitor_config():
|
|
|
build_dir = os.path.join(os.path.dirname(os.path.dirname(os.path.abspath(__file__))), 'supervisord/build_monitor')
|
|
|
monitor_data[build_dir] = {
|
|
|
'name': 'build',
|
|
|
+ 'user': 'root',
|
|
|
'executable': sys.executable,
|
|
|
'filter': ['*_monitor.py'],
|
|
|
'exclude': []
|