Let Supervisord manage the seaf-cli start loop

This commit is contained in:
flow.gunso
2019-03-15 00:16:35 +01:00
parent 5802879c86
commit 64bd2212cf

View File

@@ -3,3 +3,9 @@ nodaemon=true
[unix_http_socket] [unix_http_socket]
file=/seafile/seafile-data/seafile.sock 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