Files
home-automation-backend/helper/home_automation_backend_template.conf

15 lines
304 B
Plaintext
Raw Permalink Normal View History

[program:home_automation_backend]
2024-07-17 17:28:00 +02:00
environment=PYTHONUNBUFFERED=1
command=
directory=
user=
group=
autostart=true
autorestart=true
startsecs=1
startretries=100
stopwaitsecs=30
redirect_stderr=true
stdout_logfile=/var/log/supervisor/%(program_name)s.log
stdout_logfile_maxbytes=5MB
stdout_logfile_backups=5