15 lines
		
	
	
		
			263 B
		
	
	
	
		
			Desktop File
		
	
	
	
	
	
			
		
		
	
	
			15 lines
		
	
	
		
			263 B
		
	
	
	
		
			Desktop File
		
	
	
	
	
	
| [Unit]
 | |
| Description=Init Qubes Services settings
 | |
| DefaultDependencies=no
 | |
| Before=sysinit.target
 | |
| After=local-fs.target
 | |
| 
 | |
| [Service]
 | |
| Type=oneshot
 | |
| RemainAfterExit=yes
 | |
| ExecStart=/usr/lib/qubes/init/qubes-sysinit.sh
 | |
| StandardOutput=syslog
 | |
| 
 | |
| [Install]
 | |
| WantedBy=sysinit.target
 | 
