Rename infinite-seaf-cli-start.sh into seafile-healthcheck.sh

This commit is contained in:
flow.gunso
2019-04-24 11:06:53 +02:00
parent a98cc3fe4f
commit 1a44140556
3 changed files with 2 additions and 2 deletions

View File

@@ -53,7 +53,7 @@ COPY assets/docker-entrypoint.sh /entrypoint.sh
# Copy over the required files for Seafile/SupervisorD.
COPY assets/supervisord.conf /home/seafuser/
COPY assets/infinite-seaf-cli-start.sh /home/seafuser/
COPY assets/seaf-healthcheck.sh /home/seafuser/
COPY assets/seafile-entrypoint.sh /home/seafuser/entrypoint.sh
RUN mkdir /volume

View File

@@ -24,7 +24,7 @@ file=~/.seafile/seafile-data/seafile.sock
# Manage the infinite `seaf-cli start`.
[program:seaf-cli-start-loop]
command=/bin/bash /home/seafuser/infinite-seaf-cli-start.sh
command=/bin/bash /home/seafuser/seaf-healthcheck.sh
process_name=%(program_name)s
numprocs=1
autostart=true