Rename into infinite-seaf-cli-start.sh

This commit is contained in:
flow.gunso
2019-03-15 10:08:24 +01:00
parent b7ada6e875
commit eac51aa8ed
3 changed files with 3 additions and 3 deletions

View File

@@ -24,7 +24,7 @@ RUN mkdir /.seafile ;\
COPY assets/seafile.list /etc/apt/sources.list.d/ COPY assets/seafile.list /etc/apt/sources.list.d/
COPY assets/supervisord.conf /.supervisord/ COPY assets/supervisord.conf /.supervisord/
COPY assets/seaf-cli-start.sh / COPY assets/infinite-seaf-cli-start.sh /
COPY entrypoint.sh / COPY entrypoint.sh /
RUN apt-key adv \ RUN apt-key adv \
@@ -42,7 +42,7 @@ RUN groupadd -g $GID -o $UNAME ;\
chown $UID.$GID -R /.supervisord ;\ chown $UID.$GID -R /.supervisord ;\
chown $UID.$GID -R /volume ;\ chown $UID.$GID -R /volume ;\
chown $UID.$GID /entrypoint.sh ;\ chown $UID.$GID /entrypoint.sh ;\
chown $UID.$GID /seaf-cli-start.sh chown $UID.$GID /infinite-seaf-cli-start.sh
USER $UNAME USER $UNAME
ENTRYPOINT ["/bin/bash", "/entrypoint.sh"] ENTRYPOINT ["/bin/bash", "/entrypoint.sh"]

View File

@@ -21,7 +21,7 @@ nodaemon=true
file=/seafile/seafile-data/seafile.sock file=/seafile/seafile-data/seafile.sock
[program:seaf-cli-start-loop] [program:seaf-cli-start-loop]
command=/bin/bash /seaf-cli-start.sh command=/bin/bash /infinite-seaf-cli-start.sh
process_name=%(program_name)s process_name=%(program_name)s
numprocs=1 numprocs=1
autostart=true autostart=true