Skip to content

Commit

Permalink
Add files via upload
Browse files Browse the repository at this point in the history
  • Loading branch information
Toyo authored Aug 26, 2017
1 parent d01392d commit dcb97f4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions other/caddy_centos
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@ do_start(){
if [[ $? -eq 0 ]]; then
echo -e "${Info_font_prefix}[信息]${Font_suffix} $NAME (PID ${PID}) 正在运行..." && exit 0
else
ulimit -n 51200
nohup "$BIN" --conf="$CONF" &>/tmp/caddy.log &
sleep 2s
check_running
Expand Down
1 change: 1 addition & 0 deletions other/caddy_debian
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ do_start(){
if [[ $? -eq 0 ]]; then
echo -e "${Info_font_prefix}[信息]${Font_suffix} $NAME (PID ${PID}) 正在运行..." && exit 0
else
ulimit -n 51200
nohup "$BIN" --conf="$CONF" &>/tmp/caddy.log &
sleep 2s
check_running
Expand Down

0 comments on commit dcb97f4

Please sign in to comment.