Created
November 28, 2018 07:03
-
-
Save siutin/ad74ee34daf4667350146aa7a87b3001 to your computer and use it in GitHub Desktop.
supervisord whoami
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[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