21 lines
880 B
Plaintext
21 lines
880 B
Plaintext
sessionname tach
|
|
hardstatus alwayslastline '%{= .} %-Lw%{= .}%> %n%f %t*%{= .}%+Lw%< %-=%{g}(%{d}%H/%l%{g})'
|
|
screen -t gen bash
|
|
stuff "cd git/notigen/bin; python event_pump.py ../templates 2 0\r"
|
|
screen -t yagi1 bash
|
|
stuff "cd git/yagi/bin; ./yagi-event --config ../../../shoebox.conf\r"
|
|
screen -t yagi2 bash
|
|
stuff "cd git/yagi/bin; ./yagi-event --config ../../../shoebox.conf\r"
|
|
screen -t quincy bash
|
|
stuff "cd git/quincy/quincy; gunicorn --log-file=- api:api\r"
|
|
screen -t expired bash
|
|
stuff "pipeline expired \".|oahu_config:Config\" --polling_rate=20\r"
|
|
screen -t ready1 bash
|
|
stuff "pipeline ready \".|oahu_config:Config\" --polling_rate=1\r"
|
|
screen -t ready2 bash
|
|
stuff "pipeline ready \".|oahu_config:Config\" --polling_rate=1\r"
|
|
screen -t completed bash
|
|
stuff "pipeline completed \".|oahu_config:Config\" --polling_rate=2\r"
|
|
screen -t bash bash
|
|
stuff "klugman events -h\r"
|