qubes-vm@.service would already cause this ordering, but not every user has any autostart=True VMs. Also needed to maybe f*x QubesOS/qubes-issues#3149 at some point.
		
			
				
	
	
		
			15 lines
		
	
	
		
			231 B
		
	
	
	
		
			Desktop File
		
	
	
	
	
	
			
		
		
	
	
			15 lines
		
	
	
		
			231 B
		
	
	
	
		
			Desktop File
		
	
	
	
	
	
[Unit]
 | 
						|
Description=Qubes OS daemon
 | 
						|
Before=systemd-user-sessions.service
 | 
						|
 | 
						|
[Service]
 | 
						|
Type=notify
 | 
						|
ExecStart=/usr/bin/qubesd
 | 
						|
StandardOutput=syslog
 | 
						|
KillMode=process
 | 
						|
Restart=on-failure
 | 
						|
RestartSec=1s
 | 
						|
 | 
						|
[Install]
 | 
						|
WantedBy=multi-user.target
 |