mirror of
				https://github.com/karl0ss/AnotterKiosk.git
				synced 2025-10-30 22:23:58 +00:00 
			
		
		
		
	
		
			
	
	
		
			10 lines
		
	
	
		
			156 B
		
	
	
	
		
			SYSTEMD
		
	
	
	
	
	
		
		
			
		
	
	
			10 lines
		
	
	
		
			156 B
		
	
	
	
		
			SYSTEMD
		
	
	
	
	
	
|   | [Unit] | ||
|  | Description=Keeps an SSH tunnel open | ||
|  | After=network.target | ||
|  | 
 | ||
|  | [Service] | ||
|  | User=root | ||
|  | ExecStart=/usr/bin/kiosk-autossh | ||
|  | 
 | ||
|  | [Install] | ||
|  | WantedBy=multi-user.target |