mirror of
https://github.com/roswell/roswell.git
synced 2026-09-10 07:16:17 -04:00
31 lines
524 B
Markdown
31 lines
524 B
Markdown
|
|
ros-wait -
|
|
# synopsis
|
|
|
|
**ros [options] wait**
|
|
|
|
<!-- # subcommands -->
|
|
|
|
<!-- somecommand -->
|
|
|
|
<!-- : description. end with a period. -->
|
|
|
|
# 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
|
|
|
|
<!-- # options -->
|
|
<!-- -->
|
|
<!-- # Environmental Variables -->
|
|
|
|
# SEE ALSO
|
|
_ros_(1)
|