11 lines
201 B
Plaintext
11 lines
201 B
Plaintext
[supervisord]
|
|
nodaemon=true
|
|
|
|
[unix_http_socket]
|
|
file=/seafile/seafile-data/seafile.sock
|
|
|
|
[program:seaf-cli-start-loop]
|
|
command=/seaf-cli-start.sh
|
|
process_name=%(program_name)s
|
|
numprocs=1
|
|
autostart=true |