Skip to content

Commit

Permalink
Use caddy start to run caddy in background
Browse files Browse the repository at this point in the history
  • Loading branch information
Anton Hurlenko committed Nov 2, 2022
1 parent 65ac04b commit 2d64663
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion start.sh
Original file line number Diff line number Diff line change
Expand Up @@ -49,5 +49,5 @@ fi
chown -R "$userid":"$groupid" $conf_path
chown -R "$userid":"$groupid" $data_path

caddy run -config /usr/local/caddy/Caddyfile -adapter=caddyfile &
caddy start -config /usr/local/caddy/Caddyfile -adapter=caddyfile
su-exec "$userid":"$groupid" aria2c "$@"

0 comments on commit 2d64663

Please sign in to comment.