Skip to content

Instantly share code, notes, and snippets.

@ety001
Created November 16, 2017 01:19
Show Gist options
  • Save ety001/934f69c6df3fdc09dea0f0e94443fd01 to your computer and use it in GitHub Desktop.
Save ety001/934f69c6df3fdc09dea0f0e94443fd01 to your computer and use it in GitHub Desktop.
supervisord config
[program:xxx]
command = xxx
autostart = true
startsecs = 5
autorestart = true
user = root
stdout_logfile_maxbytes = 20MB
stdout_logfile_backups = 20
stdout_logfile = /var/log/supervisor/frps.log
stderr_logfile = /var/log/supervisor/frps_err.log
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment