This kicks off the basic tree structure, where the docs all mirror the reality, like an ascii penumbra.
		
			
				
	
	
		
			14 lines
		
	
	
		
			247 B
		
	
	
	
		
			Desktop File
		
	
	
	
	
	
			
		
		
	
	
			14 lines
		
	
	
		
			247 B
		
	
	
	
		
			Desktop File
		
	
	
	
	
	
[Unit]
 | 
						|
Description=Auto start ipv6 tunnel
 | 
						|
After=network.target
 | 
						|
 | 
						|
[Service]
 | 
						|
ExecStart=/usr/bin/bash /root/scripts/netstart.sh
 | 
						|
# Remove restarts if the command is just a one-off
 | 
						|
Restart=on-failure
 | 
						|
RestartSec=5s
 | 
						|
 | 
						|
[Install]
 | 
						|
WantedBy=multi-user.target
 | 
						|
 |