Adjust the directory structure to prepare for merging into Master.

This commit is contained in:
Liu Zhicong
2023-09-27 11:40:46 -07:00
committed by tsukasa
parent 3a83783e3a
commit 29f83a6322
114 changed files with 378 additions and 160 deletions
@@ -0,0 +1,9 @@
[program:demo_service2]
command=bash /root/jarvis/supervisor.d/demo_service2.sh
priority=1
autostart=true
autorestart=true
stdout_logfile=/root/jarvis/supervisor_log/demo_service2_stdout.log
stdout_logfile_maxbytes=4MB
stderr_logfile=/root/jarvis/supervisor_log/demo_service2_stderr.log
stderr_logfile_maxbytes=4MB