FAQ | This is a LIVE service | Changelog

Skip to content
Snippets Groups Projects
Commit a4a76c34 authored by Vitor Trovisco's avatar Vitor Trovisco
Browse files

Update canto-docker-initd

parent 8b475603
No related branches found
No related tags found
No related merge requests found
......@@ -17,7 +17,7 @@ case "$action" in
echo "Starting Canto with $WORKERS workers"
(date; cd $CANTO_SPACE; canto/script/canto_docker --non-interactive --use-container-name start_server --pid-file=/$PID_PATH --port $port -- script/canto_start --workers $WORKERS --keepalive-timeout 5 -s Starman --preload) >> canto.log 2>&1 &
(date; cd $CANTO_SPACE; canto/script/canto_docker --non-interactive --use-container-name canto start_server --pid-file=/$PID_PATH --port $port -- script/canto_start --workers $WORKERS --keepalive-timeout 5 -s Starman --preload) >> canto.log 2>&1 &
;;
stop)
pid=`/bin/cat $CANTO_SPACE/$PID_PATH`
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment