roswell.roswell/documents/ros-wait.md
Masataro Asai f7694bc244 ros-wait
Conflicts:
	documents/ros-wait.1
	documents/ros-wait.html
2015-12-17 11:13:49 +09:00

524 B

ros-wait -

synopsis

ros [options] wait

Description

Wait forever after processing the options.

Useful when the application should work as a background/daemonized application.

Usecase

This loads and launches a clack application and wait for the request from the client.

$ ros -sp clack -l app.lisp -e '(clack:clackup)' wait

SEE ALSO

ros(1)