Fix the path using ~
This commit is contained in:
@@ -20,11 +20,11 @@ nodaemon=true
|
||||
|
||||
# Manage the Seafile daemon.
|
||||
[unix_http_socket]
|
||||
file=/seafile/seafile-data/seafile.sock
|
||||
file=~/.seafile/seafile-data/seafile.sock
|
||||
|
||||
# Manage the infinite `seaf-cli start`.
|
||||
[program:seaf-cli-start-loop]
|
||||
command=/bin/bash /infinite-seaf-cli-start.sh
|
||||
command=/bin/bash ~/infinite-seaf-cli-start.sh
|
||||
process_name=%(program_name)s
|
||||
numprocs=1
|
||||
autostart=true
|
||||
Reference in New Issue
Block a user