diff options
Diffstat (limited to 'supervisord.conf')
-rw-r--r-- | supervisord.conf | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/supervisord.conf b/supervisord.conf new file mode 100644 index 0000000..93ecb96 --- /dev/null +++ b/supervisord.conf @@ -0,0 +1,9 @@ +[supervisord] +nodaemon=true + +[program:glusterd] +command=service glusterd start +autorestart=true + +[program:rpcbind] +command=/usr/sbin/rpcbind -f |