mirror of
				https://github.com/arcan1s/queued.git
				synced 2025-11-03 23:33:44 +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
 |