Add install script

This commit is contained in:
2024-07-23 13:41:27 +02:00
parent dcd4e366e0
commit b9eb77051e
2 changed files with 83 additions and 4 deletions

View File

@@ -0,0 +1,15 @@
[program:poo_recorder_backend]
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