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