blob: 423eb0623b1a154a73f53ebfc3cf2915abd173f6 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
#! /bin/sh
. ./env.sh
cube_dispatcher.py -s conf/cube.ini
table_dispatcher.py -s conf/table.ini
queue_mover.py -s conf/mover.ini
sleep 1
pgqadm.py -s conf/ticker.ini
#killall python
|