🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
17 lines
425 B
Plaintext
Executable File
17 lines
425 B
Plaintext
Executable File
[program:fpc-proxy]
|
|
command=/usr/bin/node /var/www/html/system/bin/fpc-proxy.js
|
|
directory=/var/www/html
|
|
autostart=true
|
|
autorestart=true
|
|
startsecs=10
|
|
stopwaitsecs=10
|
|
stdout_logfile=/var/log/supervisor/fpc-proxy.log
|
|
stderr_logfile=/var/log/supervisor/fpc-proxy-error.log
|
|
stdout_logfile_maxbytes=10MB
|
|
stderr_logfile_maxbytes=10MB
|
|
stdout_logfile_backups=5
|
|
stderr_logfile_backups=5
|
|
user=www-data
|
|
killasgroup=true
|
|
stopasgroup=true
|