mirror of
https://github.com/arcan1s/queued.git
synced 2025-04-25 16:07:18 +00:00
28 lines
667 B
Groff
28 lines
667 B
Groff
.TH queued-server 1 "@CURRENT_DATE@" "version @PROJECT_VERSION@"
|
|
.SH NAME
|
|
Daemon for starting jobs to queue of calculation
|
|
.SH SYNOPSIS
|
|
.B queued-server
|
|
[ options ]
|
|
.SH DESCRIPTION
|
|
Daemon for starting jobs to queue of calculation. Web server applicaiton which
|
|
provides interface to daemon
|
|
.SH OPTIONS
|
|
.IP "-d, --debug"
|
|
verbose output
|
|
.IP "--daemon"
|
|
start daemonize
|
|
.IP "-v, --version"
|
|
show version and exit
|
|
.IP "-i, --info"
|
|
show build information and exit
|
|
.IP "-h, --help"
|
|
show this help and exit
|
|
.SH SEE ALSO
|
|
.BR queuedctl (1)
|
|
.BR queued-daemon (1)
|
|
.SH AUTHOR
|
|
@PROJECT_AUTHOR@ <\fI@PROJECT_CONTACT@\fR>
|
|
.SH LICENSE
|
|
This software is licensed under @PROJECT_LICENSE@
|