Files
home-automation/legacy/go-backend/helper/home_automation_backend_template.conf
T

15 lines
287 B
Plaintext
Raw Normal View History

2024-08-06 17:14:00 +02:00
[program:home_automation_backend]
2024-07-17 17:28:00 +02:00
command=
directory=
user=
group=
2024-09-18 17:19:31 +02:00
environment=
2024-07-17 17:28:00 +02:00
autostart=true
autorestart=true
2024-09-18 17:19:31 +02:00
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