12 lines
345 B
Plaintext
12 lines
345 B
Plaintext
[program:homeserver]
|
|
priority=10
|
|
user=cloudron
|
|
directory=/app/code
|
|
command=bash -c "source /app/code/env/bin/activate && python3 -m synapse.app.homeserver --config-path /app/data/configs/homeserver.yaml -n"
|
|
autostart=true
|
|
autorestart=true
|
|
stdout_logfile=/dev/stdout
|
|
stdout_logfile_maxbytes=0
|
|
stderr_logfile=/dev/stderr
|
|
stderr_logfile_maxbytes=0
|