Prefix the seafile-cli start loop with bash
This commit is contained in:
@@ -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
|
||||
Reference in New Issue
Block a user