 f063b4a90f
			
		
	
	
		f063b4a90f
		
			
		
	
	
	
	
		
			
			Renamed qubes-mount-home service and mount-home.sh script to qubes-mount-dirs service and mount-dirs.sh. Because mount-home.sh also processed /rw/usrlocal. preparation to fix the following issues: - upstream bind-directories functionality to Qubes - https://phabricator.whonix.org/T414 - Bind mount /rw/usrlocal -> /usr/local instead of symlink - https://github.com/QubesOS/qubes-issues/issues/1150 - /bin/sync hangs forever in whonix-ws-dvm - https://github.com/QubesOS/qubes-issues/issues/1328
		
			
				
	
	
		
			13 lines
		
	
	
		
			269 B
		
	
	
	
		
			Desktop File
		
	
	
	
	
	
			
		
		
	
	
			13 lines
		
	
	
		
			269 B
		
	
	
	
		
			Desktop File
		
	
	
	
	
	
| [Unit]
 | |
| Description=Qubes misc post-boot actions
 | |
| After=qubes-dvm.service qubes-mount-dirs.service
 | |
| 
 | |
| [Service]
 | |
| Type=oneshot
 | |
| RemainAfterExit=yes
 | |
| ExecStart=/usr/lib/qubes/init/misc-post.sh
 | |
| ExecStop=/usr/lib/qubes/init/misc-post-stop.sh
 | |
| 
 | |
| [Install]
 | |
| WantedBy=multi-user.target
 |