1
0
mirror of https://github.com/schollz/cowyo.git synced 2023-08-10 21:13:00 +03:00
cowyo/supervisord.conf

11 lines
265 B
Plaintext

[supervisord]
nodaemon=true
[program:cowyoserver]
directory=/root/cowyo
command=/root/cowyo/cowyo -db /data/cowyo.db 127.0.0.1:8003
priority=1
stdout_logfile=/root/cowyo/log.out
stdout_logfile_maxbytes=0
stderr_logfile=/root/cowyo/log.err
stderr_logfile_maxbytes=0