Guest User

Untitled

a guest
Dec 16th, 2017
92
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.27 KB | None | 0 0
  1. [supervisord]
  2. nodaemon=true
  3.  
  4. [program:sshd]
  5. command=/usr/sbin/sshd -D
  6.  
  7. [program:tomcat]
  8. command=/root/apache-tomcat-8.5.24/bin/catalina.sh run
  9. priority=900
  10. stdout_logfile= /dev/stdout
  11. stdout_logfile_maxbytes=0
  12. stderr_logfile=/dev/stderr
  13. stderr_logfile_maxbytes=0
  14. username=root
Add Comment
Please, Sign In to add comment