summaryrefslogtreecommitdiff
path: root/scripts/supervisord.conf
diff options
context:
space:
mode:
authorChristian Pointner <equinox@spreadspace.org>2014-10-08 19:52:54 +0200
committerChristian Pointner <equinox@spreadspace.org>2014-10-08 19:52:54 +0200
commitd452d44736c2a5271f6924f915e2282105170c3f (patch)
treea64e70b47a78a0625b985b51a0f27790b464cf52 /scripts/supervisord.conf
parentadded sender for sydra (diff)
moved control room scripts to separate dir
Diffstat (limited to 'scripts/supervisord.conf')
-rw-r--r--scripts/supervisord.conf65
1 files changed, 0 insertions, 65 deletions
diff --git a/scripts/supervisord.conf b/scripts/supervisord.conf
deleted file mode 100644
index 860b547..0000000
--- a/scripts/supervisord.conf
+++ /dev/null
@@ -1,65 +0,0 @@
-[unix_http_server]
-file=%(here)s/supervisor.sock
-chmod=0700
-
-[inet_http_server]
-port=127.0.0.1:9001
-
-[supervisord]
-logfile=%(here)s/logs/supervisord.log
-loglevel=info
-pidfile=%(here)s/supervisord.pid
-nodaemon=false
-identifier=sydra
-childlogdir=%(here)s/logs
-;environment=SYDRA_TEST=1
-
-[rpcinterface:supervisor]
-supervisor.rpcinterface_factory = supervisor.rpcinterface:make_main_rpcinterface
-
-[supervisorctl]
-serverurl=unix://%(here)s/supervisor.sock
-prompt=sydractl
-
-[program:manager]
-command=/home/equinox/spreadspace/sydra/scripts/sydra-manager.sh %(here)s %(group_name)s
-process_name=manager
-numprocs=1
-priority=10
-autostart=true
-autorestart=true
-startsecs=0
-startretries=10
-
-[program:overview]
-command=/home/equinox/spreadspace/sydra/scripts/sydra-receiver.sh %(here)s %(program_name)s %(process_num)02d
-process_name=%(process_num)02d
-numprocs=6
-priority=20
-autostart=true
-autorestart=true
-startsecs=0
-startretries=10
-
-[program:main]
-command=/home/equinox/spreadspace/sydra/scripts/sydra-receiver.sh %(here)s %(program_name)s
-process_name=main
-numprocs=1
-priority=30
-autostart=true
-autorestart=true
-startsecs=0
-startretries=10
-
-[program:sender]
-command=/home/equinox/spreadspace/sydra/scripts/sydra-sender.sh %(here)s
-process_name=sender
-numprocs=1
-priority=20
-autostart=true
-autorestart=true
-startsecs=0
-startretries=10
-
-[group:e14]
-programs=manager,overview,main,sender