When I send a shutdown to the server via: ``` $echo shutdown 1 > www/var/run/mosaic-cmd ``` the server obediently replies: ``` ocsigenserver: main: Command received: shutdown 1 ``` but does not exit (it stops taking requests though). Is that expected?