From f74559517419c8aa05d9a934dd36964f3529ade2 Mon Sep 17 00:00:00 2001 From: arcan1s Date: Tue, 28 Oct 2014 05:25:27 +0300 Subject: [PATCH] readme update --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/README.md b/README.md index 1da0d50..8f96108 100644 --- a/README.md +++ b/README.md @@ -3,14 +3,17 @@ queued Information ----------- + Daemon for starting jobs to queue of calculations. To start deamon just run `systemctl start queued` as root. License ------- + GPLv3 help message ------------ + * queued: queued [ -c /etc/queued.conf ] [ -v | --version ] [ -h | --help ] @@ -32,10 +35,12 @@ help message Configuration ------------- + All settings are stored in `/etc/queued.conf`. After edit them you must restart daemon (`systemctl restart queued`). How-to run jobs --------------- + * 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 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 -------- + man 1 queued man 1 add_queued man 5 queued.conf @@ -54,11 +60,13 @@ Instruction Dependencies ------------ + * bash (sed, awk, etc) * systemd Installation ------------ + * download sources * run `install.sh` from source directory: