kliberty / ts

A fork of the task-spooler queue server that adds new features

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

This repository was forked from the most recent release on http://vicerveza.homeunix.net/~viric/soft/ts/

The primary repo location is on bitbucket.
There is a secondary mirror on github

Why this fork

While ts already had -k to send a job SIGTERM, this fork adds -z and -Z to send SIGSTOP and SIGCONT respectively.

Adds a -Q option which behaves like the TS_SOCKET environment variable refered to in TRICKS.md. Using -Q will start multiple services allowing multiple queues to be used.

Users

If you are in a system which understands POSIX and has the GNU toolkit, you probably can run:

    make
    make install

If you want to install to another path than /usr/local, you can run:

    make install PREFIX=/usr

Developers

Use 'bug' for the database. http://freshmeat.net/projects/bug/ (this reports to the original author)

Use bitbucket or github to send an issue to me. Run . setenv before adding bugs to the database.

About

A fork of the task-spooler queue server that adds new features

License:GNU General Public License v2.0


Languages

Language:C 73.1%Language:HTML 18.2%Language:Roff 5.9%Language:Shell 2.1%Language:Makefile 0.7%