FAQ | This is a LIVE service | Changelog

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

Update canto-test-docker-initd

parent a9ca0371
No related branches found
No related tags found
No related merge requests found
......@@ -22,12 +22,12 @@ case "$action" in
stop)
pid=`/bin/cat $CANTO_SPACE/$PID_PATH`
echo stopping $pid
(cd $CANTO_SPACE; docker exec canto kill -TERM $pid)
(cd $CANTO_SPACE; docker exec canto-test kill -TERM $pid)
;;
restart)
pid=`/bin/cat $CANTO_SPACE/$PID_PATH`
echo restarting $pid
(cd $CANTO_SPACE; docker exec canto kill -HUP $pid)
(cd $CANTO_SPACE; docker exec canto-test kill -HUP $pid)
;;
*)
echo "Usage: $0 {start|restart|stop}"
......
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