mirror of
https://github.com/schollz/cowyo.git
synced 2023-08-10 21:13:00 +03:00
66c729195f
Former-commit-id: e596931b57c0205389e45da6aa9f3a71fd53d133 [formerly 317f1a4c9a7b67b8f9e5213ab2a8036ea7d69f98] [formerly b20e0910c4dc5c50fbebe94d487368e039aa1637 [formerly b91f25b83c
]]
Former-commit-id: 0e244da8fd48a642e50a38aede3e0455aaeb3282 [formerly 326a4f4009de0135ac9f28db850f05a238738d11]
Former-commit-id: b2e70d7b54a39e1bdd19f1846d42ec16f12d9ec6
11 lines
265 B
Plaintext
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 |