Prefix the seafile-cli start loop with bash

This commit is contained in:
flow.gunso
2019-03-15 07:34:36 +01:00
parent 4c185d8c99
commit d39d1efa33

View File

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