 e0e89f153f
			
		
	
	
		e0e89f153f
		
			
		
	
	
	
	
		
			
			The service is really responsible for mounting /rw and /home, so should be ordered before local-fs.target - this will allow other services to use standard ordering targets. This probably makes Before=qubes-gui-agent.service not needed anymore, but do not remove it yet without extensive testing to not risk regression. Fixes QubesOS/qubes-issues#2194
		
			
				
	
	
		
			17 lines
		
	
	
		
			418 B
		
	
	
	
		
			Desktop File
		
	
	
	
	
	
			
		
		
	
	
			17 lines
		
	
	
		
			418 B
		
	
	
	
		
			Desktop File
		
	
	
	
	
	
| [Unit]
 | |
| Description=Initialize and mount /rw and /home
 | |
| After=qubes-sysinit.service
 | |
| DefaultDependencies=no
 | |
| Before=local-fs.target qubes-gui-agent.service
 | |
| 
 | |
| [Service]
 | |
| Type=oneshot
 | |
| RemainAfterExit=yes
 | |
| ExecStart=/usr/lib/qubes/init/mount-dirs.sh
 | |
| # Fedora and Debian have different paths for fuser
 | |
| ExecStop=/bin/sh -c 'fuser -kMm /home' ; /bin/umount /home
 | |
| ExecStopPost=-/bin/umount /rw
 | |
| 
 | |
| [Install]
 | |
| WantedBy=multi-user.target
 |