mirror of
https://github.com/arcan1s/queued.git
synced 2025-07-10 04:15:49 +00:00
Prerelease 1.0.0
This commit is contained in:
11
sources/queued.service
Normal file
11
sources/queued.service
Normal file
@ -0,0 +1,11 @@
|
||||
[Unit]
|
||||
Description=Queue daemon
|
||||
|
||||
[Service]
|
||||
EnvironmentFile=/etc/queued.conf
|
||||
Type=forking
|
||||
ExecStart=/usr/bin/queued -jd $JOBDIR --priority $PRIORITY -q $QUEUEFILE -u $STARTASUSER -wd $WORKDIR
|
||||
RemainAfterExit=yes
|
||||
|
||||
[Install]
|
||||
WantedBy=multi-user.target
|
Reference in New Issue
Block a user