From 6980e69adc56fdb69c21a9bf93b0063b51e82ce6 Mon Sep 17 00:00:00 2001 From: hchiramm Date: Mon, 23 Mar 2015 16:02:41 +0530 Subject: Gluster Dockerfiles for CentOS and Fedora. These are the dockerfiles from which you can create GlusterFS containers. Signed-off-by: hchiramm --- supervisord.conf | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 supervisord.conf (limited to 'supervisord.conf') 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 -- cgit v1.2.3