-
Notifications
You must be signed in to change notification settings - Fork 34
Expand file tree
/
Copy pathsupervisor.conf
More file actions
77 lines (65 loc) · 1.77 KB
/
supervisor.conf
File metadata and controls
77 lines (65 loc) · 1.77 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
[program:bod_avl]
directory=/home/josh/bustimes.org
command=/home/josh/bustimes.org/manage.sh import_bod_avl
user=josh
autorestart=true
[program:listen]
directory=/home/josh/bustimes.org
command=/home/josh/bustimes.org/manage.sh listen
user=josh
autorestart=true
[program:huey]
directory=/home/josh/bustimes.org
command=/home/josh/bustimes.org/manage.sh run_huey
user=josh
autorestart=true
[program:stagecoach]
directory=/home/josh/bustimes.org
command=/home/josh/bustimes.org/manage.sh import_stagecoach_avl
user=josh
autorestart=true
[program:aircoach]
directory=/home/josh/bustimes.org
command=/home/josh/bustimes.org/manage.sh import_first "Aircoach"
user=josh
autorestart=true
[program:lothian]
command=/home/josh/bustimes.org/manage.sh lothian
directory=/home/josh/bustimes.org
user=josh
autorestart=true
[program:translink_avl]
directory=/home/josh/bustimes.org
command=/home/josh/bustimes.org/manage.sh import_translink_avl
autorestart=true
user=josh
[program:jersey]
directory=/home/josh/bustimes.org
command=/home/josh/bustimes.org/manage.sh import_live_jersey
autorestart=true
user=josh
[program:gtfsr_ie]
command=/home/josh/bustimes.org/manage.sh import_gtfsr_ie
directory=/home/josh/bustimes.org
autorestart=true
user=josh
[program:ember]
command=/home/josh/bustimes.org/manage.sh import_gtfsr_ember
directory=/home/josh/bustimes.org
autorestart=true
user=josh
[program:irish_citylink]
command=/home/josh/bustimes.org/manage.sh import_bushub "Irish Citylink"
directory=/home/josh/bustimes.org
autorestart=true
user=josh
[program:newport]
command=/home/josh/bustimes.org/manage.sh newport
directory=/home/josh/bustimes.org
autorestart=true
user=josh
[program:signalr]
command=/home/josh/bustimes.org/manage.sh signalr findmybus.im
directory=/home/josh/bustimes.org
autorestart=true
user=josh