mirror of
https://git.freebsd.org/ports.git
synced 2025-06-20 04:00:41 -04:00
configurable limits on jobs on a per queue basis as well as for the total queue system. It is based on the de facto NQS standards and is interoperable with commercial NQS products. PR: 6699 Submitted by: Tony Maher <tonym@angis.org.au>
6 lines
114 B
Bash
6 lines
114 B
Bash
#!/bin/sh
|
|
|
|
if [ -x XXXX/sbin/nqsdaemon ] ; then
|
|
XXXX/sbin/nqsdaemon > /var/log/nqs.log
|
|
echo -n ' nqs'
|
|
fi
|