Skip to content

Instantly share code, notes, and snippets.

@alterEgo123
Created November 30, 2020 14:43
Show Gist options
  • Select an option

  • Save alterEgo123/4f7622081729663b689e957f7a31dac9 to your computer and use it in GitHub Desktop.

Select an option

Save alterEgo123/4f7622081729663b689e957f7a31dac9 to your computer and use it in GitHub Desktop.

Revisions

  1. alterEgo123 created this gist Nov 30, 2020.
    15 changes: 15 additions & 0 deletions gistfile1.txt
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,15 @@
    [supervisord]
    nodaemon=true
    user = root

    [program:launcher]
    command=python3 -u launcher.py
    autostart = true
    autorestart = true
    stdout_logfile=/var/log/launcher.log
    stderr_logfile=/var/log/launcher.log

    [program:log]
    command=tail -f /var/log/launcher.log
    stdout_logfile=/dev/stdout
    stdout_logfile_maxbytes=0