mirror of
https://github.com/arcan1s/queued.git
synced 2025-04-24 23:47:19 +00:00
* changes in cmd parametrs * some refactoring + added sleeptime parametr - bug with pgrep
11 lines
140 B
Desktop File
11 lines
140 B
Desktop File
[Unit]
|
|
Description=Queue daemon
|
|
|
|
[Service]
|
|
Type=forking
|
|
ExecStart=/usr/bin/queued
|
|
RemainAfterExit=yes
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|