In FC15, NetworkManager by default uses global connections ("Available to all users"). Save them in /rw instead of /etc, to preserve them across reboots.
		
	
			
		
			
				
	
	
		
			9 lines
		
	
	
		
			230 B
		
	
	
	
		
			Desktop File
		
	
	
	
	
	
			
		
		
	
	
			9 lines
		
	
	
		
			230 B
		
	
	
	
		
			Desktop File
		
	
	
	
	
	
.include /lib/systemd/system/NetworkManager.service
 | 
						|
[Unit]
 | 
						|
ConditionPathExists=/var/run/qubes-service/network-manager
 | 
						|
# For /rw
 | 
						|
After=qubes-misc-post.service
 | 
						|
 | 
						|
[Service]
 | 
						|
ExecStartPre=/usr/lib/qubes/network-manager-prepare-conf-dir
 |