This repository was archived by the owner on Apr 26, 2024. It is now read-only.
File tree Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Original file line number Diff line number Diff line change 1
1
2
2
[program:synapse_main]
3
- command=/usr/local/bin/prefix-log /usr/local/bin/python -m synapse.app.homeserver \
4
- --config-path="{{ main_config_path }}" \
5
- --config-path=/conf/workers/shared.yaml
3
+ command=/usr/local/bin/prefix-log /usr/local/bin/python -m synapse.app.homeserver {#
4
+ #} --config-path="{{ main_config_path }}" {#
5
+ #} --config-path=/conf/workers/shared.yaml
6
6
priority=10
7
7
# Log startup failures to supervisord's stdout/err
8
8
# Regular synapse logs will still go in the configured data directory
@@ -16,10 +16,10 @@ exitcodes=0
16
16
17
17
{% for worker in workers %}
18
18
[program:synapse_{{ worker.name }}]
19
- command=/usr/local/bin/prefix-log /usr/local/bin/python -m {{ worker.app }} \
20
- --config-path="{{ main_config_path }}" \
21
- --config-path=/conf/workers/shared.yaml \
22
- --config-path=/conf/workers/{{ worker.name }}.yaml
19
+ command=/usr/local/bin/prefix-log /usr/local/bin/python -m {{ worker.app }} {#
20
+ #} --config-path="{{ main_config_path }}" {#
21
+ #} --config-path=/conf/workers/shared.yaml {#
22
+ #} --config-path=/conf/workers/{{ worker.name }}.yaml
23
23
autorestart=unexpected
24
24
priority=500
25
25
exitcodes=0
You can’t perform that action at this time.
0 commit comments