mirror of
https://github.com/arcan1s/queued.git
synced 2025-04-24 15:37:19 +00:00
Release 1.2.0
+ edited man page and readme
This commit is contained in:
parent
74a95a57e5
commit
051e6df16b
2
PKGBUILD
2
PKGBUILD
@ -10,7 +10,7 @@ url="https://github.com/arcan1s/queued"
|
|||||||
license=("GPLv3")
|
license=("GPLv3")
|
||||||
depends=('bash')
|
depends=('bash')
|
||||||
source=(https://github.com/arcan1s/queued/releases/download/V.${pkgver}/${pkgname}-${pkgver}-src.tar.xz)
|
source=(https://github.com/arcan1s/queued/releases/download/V.${pkgver}/${pkgname}-${pkgver}-src.tar.xz)
|
||||||
md5sums=('a5e1af503128283cda85ca21d08b6853')
|
md5sums=('94e7c73190939aaf6b63cb7bd2592a7c')
|
||||||
backup=('etc/queued.conf')
|
backup=('etc/queued.conf')
|
||||||
|
|
||||||
package()
|
package()
|
||||||
|
12
README.md
12
README.md
@ -11,12 +11,22 @@ GPLv3
|
|||||||
|
|
||||||
help message
|
help message
|
||||||
------------
|
------------
|
||||||
|
* queued:
|
||||||
queued [ -c /etc/queued.conf ] [ -v | --version ] [ -h | --help ]
|
queued [ -c /etc/queued.conf ] [ -v | --version ] [ -h | --help ]
|
||||||
|
|
||||||
Parametrs:
|
Parametrs:
|
||||||
-c PATH - path to configuration file. Default is `/etc/queued.conf`
|
-c PATH - path to configuration file. Default is `/etc/queued.conf`
|
||||||
-v --version - show version and exit
|
-v --version - show version and exit
|
||||||
-h --help - show this help and exit
|
-h --help - show this help and exit
|
||||||
|
|
||||||
|
* add_queued:
|
||||||
|
add_queued [ -c /etc/queued.conf ] [ -p NUM ] [ -u USER ] [ -h | --help ] /path/to/script
|
||||||
|
|
||||||
|
Parameters:
|
||||||
|
-c PATH - path to configuration file. Default is '/etc/queued.conf'
|
||||||
|
-p NUM - job priority
|
||||||
|
-u USER - username
|
||||||
|
-h --help - show this help and exit
|
||||||
|
|
||||||
Configuration
|
Configuration
|
||||||
-------------
|
-------------
|
||||||
@ -28,10 +38,12 @@ How-to run jobs
|
|||||||
* create priority file (`script.sh.pr`) with the job priority if it is needed
|
* create priority file (`script.sh.pr`) with the job priority if it is needed
|
||||||
* create user file (`script.sh.user`) with the job username if it is needed
|
* create user file (`script.sh.user`) with the job username if it is needed
|
||||||
* copy files to `$WORKDIR`
|
* copy files to `$WORKDIR`
|
||||||
|
Also you may use `add_queued`.
|
||||||
|
|
||||||
See also
|
See also
|
||||||
--------
|
--------
|
||||||
man 1 queued
|
man 1 queued
|
||||||
|
man 1 add_queued
|
||||||
man 5 queued.conf
|
man 5 queued.conf
|
||||||
|
|
||||||
Instruction
|
Instruction
|
||||||
|
Binary file not shown.
@ -6,7 +6,8 @@ queued - daemon for starting jobs to queue of calculations
|
|||||||
[ -c /etc/queued.conf ] [ -v | --version ] [ -h | --help ]
|
[ -c /etc/queued.conf ] [ -v | --version ] [ -h | --help ]
|
||||||
.SH DESCRIPTION
|
.SH DESCRIPTION
|
||||||
.B queued
|
.B queued
|
||||||
is a simple daemon written on BASH for starting jobs to queue of calculations in the background.
|
is a simple daemon written on BASH for starting jobs to queue of calculations in the background. To add a new job you may use
|
||||||
|
.BR add_queued (1).
|
||||||
.SH OPTIONS
|
.SH OPTIONS
|
||||||
.TP
|
.TP
|
||||||
-c /etc/queued.conf
|
-c /etc/queued.conf
|
||||||
|
Loading…
Reference in New Issue
Block a user