mirror of
https://github.com/arcan1s/queued.git
synced 2025-04-24 23:47:19 +00:00
15 lines
329 B
Plaintext
15 lines
329 B
Plaintext
## Configuration file for queued
|
|
## Paths
|
|
# path to directory with source jobs
|
|
#WORKDIR=/var/lib/queued/work
|
|
# path to directory with running jobs
|
|
#JOBDIR=/var/lib/queued/job
|
|
# path to file with queue list
|
|
#QUEUEFILE=/var/lib/queued/queue
|
|
|
|
## Additional parametrs
|
|
# default priority
|
|
#PRIORITY=0
|
|
# start as user
|
|
#STARTASUSER=root
|