mirror of
				https://github.com/kevinveenbirkenbach/computer-playbook.git
				synced 2025-10-31 10:19:09 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			10 lines
		
	
	
		
			163 B
		
	
	
	
		
			Desktop File
		
	
	
	
	
	
			
		
		
	
	
			10 lines
		
	
	
		
			163 B
		
	
	
	
		
			Desktop File
		
	
	
	
	
	
| [Unit]
 | |
| Description=set MTU 
 | |
| Before=wg-quick@wg0.service
 | |
| 
 | |
| [Service]
 | |
| Type=oneshot
 | |
| ExecStart=bash /usr/local/bin/set-mtu.sh
 | |
| 
 | |
| [Install]
 | |
| RequiredBy=wg-quick@wg0.service |