They cover standard init.d scripts when system have systemd, so can be placed both in one package.
		
			
				
	
	
		
			11 lines
		
	
	
		
			208 B
		
	
	
	
		
			Desktop File
		
	
	
	
	
	
			
		
		
	
	
			11 lines
		
	
	
		
			208 B
		
	
	
	
		
			Desktop File
		
	
	
	
	
	
[Unit]
 | 
						|
Description=Qubes block device cleaner (xen front/back)
 | 
						|
After=qubes-core.service
 | 
						|
 | 
						|
[Service]
 | 
						|
ExecStart=/usr/lib/qubes/block_cleaner_daemon.py
 | 
						|
StandardOutput=syslog
 | 
						|
 | 
						|
[Install]
 | 
						|
WantedBy=multi-user.target
 |