mirror of
https://github.com/roswell/roswell.git
synced 2026-09-10 07:16:17 -04:00
30 lines
545 B
Groff
30 lines
545 B
Groff
.\" Automatically generated by Pandoc 2.5
|
|
.\"
|
|
.TH "ros-wait" "1" "" "" ""
|
|
.hy
|
|
.PP
|
|
ros\-wait \- # synopsis
|
|
.PP
|
|
\f[B]ros [options] wait\f[R]
|
|
.SH Description
|
|
.PP
|
|
Wait forever after processing the options.
|
|
.PP
|
|
Useful when the application should work as a background/daemonized
|
|
application.
|
|
.SH Usecase
|
|
.PP
|
|
This loads and launches a clack application and wait for the request
|
|
from the client.
|
|
.IP
|
|
.nf
|
|
\f[C]
|
|
$ ros \-sp clack \-l app.lisp \-e \[aq](clack:clackup)\[aq] wait
|
|
\f[R]
|
|
.fi
|
|
.SH SEE ALSO
|
|
.PP
|
|
\f[I]ros\f[R](1)
|
|
.SH AUTHORS
|
|
Roswell Project Team.
|