mirror of
https://github.com/arcan1s/queued.git
synced 2025-04-24 07:27:19 +00:00
12 lines
249 B
Desktop File
12 lines
249 B
Desktop File
[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
|