Get rid of underscores in filenames, use dashes instead. This is first part of cleanup in filenames. "qubes_rpc" still untouched - will be in separate commit.
		
			
				
	
	
		
			15 lines
		
	
	
		
			309 B
		
	
	
	
		
			Desktop File
		
	
	
	
	
	
			
		
		
	
	
			15 lines
		
	
	
		
			309 B
		
	
	
	
		
			Desktop File
		
	
	
	
	
	
[Unit]
 | 
						|
Description=Qubes network forwarding setup
 | 
						|
ConditionPathExists=/var/run/qubes-service/qubes-network
 | 
						|
Before=network.target
 | 
						|
After=iptables.service
 | 
						|
 | 
						|
[Service]
 | 
						|
Type=oneshot
 | 
						|
RemainAfterExit=yes
 | 
						|
ExecStart=/usr/lib/qubes/init/network-proxy-setup.sh
 | 
						|
StandardOutput=syslog
 | 
						|
 | 
						|
[Install]
 | 
						|
WantedBy=multi-user.target
 |