Skip to content

Instantly share code, notes, and snippets.

@siutin
Created November 28, 2018 07:03
Show Gist options
  • Save siutin/ad74ee34daf4667350146aa7a87b3001 to your computer and use it in GitHub Desktop.
Save siutin/ad74ee34daf4667350146aa7a87b3001 to your computer and use it in GitHub Desktop.
supervisord whoami
[program:whoami]
command=/bin/bash -l -c 'echo "whoami: $(whoami)"'
stdout_logfile=/dev/stdout
startsecs = 0
autorestart = false
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment