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

15 lines
287 B
Plaintext
Raw Normal View History

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