readme update

This commit is contained in:
arcan1s 2014-10-28 05:25:27 +03:00
parent 293c8546b4
commit f745595174

View File

@ -3,14 +3,17 @@ queued
Information Information
----------- -----------
Daemon for starting jobs to queue of calculations. To start deamon just run `systemctl start queued` as root. Daemon for starting jobs to queue of calculations. To start deamon just run `systemctl start queued` as root.
License License
------- -------
GPLv3 GPLv3
help message help message
------------ ------------
* queued: * queued:
queued [ -c /etc/queued.conf ] [ -v | --version ] [ -h | --help ] queued [ -c /etc/queued.conf ] [ -v | --version ] [ -h | --help ]
@ -32,10 +35,12 @@ help message
Configuration Configuration
------------- -------------
All settings are stored in `/etc/queued.conf`. After edit them you must restart daemon (`systemctl restart queued`). All settings are stored in `/etc/queued.conf`. After edit them you must restart daemon (`systemctl restart queued`).
How-to run jobs How-to run jobs
--------------- ---------------
* create shell script with the command (it have a name `script.sh` for example) * create shell script with the command (it have a name `script.sh` for example)
* 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
@ -45,6 +50,7 @@ Also you may use `add_queued`.
See also See also
-------- --------
man 1 queued man 1 queued
man 1 add_queued man 1 add_queued
man 5 queued.conf man 5 queued.conf
@ -54,11 +60,13 @@ Instruction
Dependencies Dependencies
------------ ------------
* bash (sed, awk, etc) * bash (sed, awk, etc)
* systemd * systemd
Installation Installation
------------ ------------
* download sources * download sources
* run `install.sh` from source directory: * run `install.sh` from source directory: