mirror of
				https://github.com/karl0ss/AnotterKiosk.git
				synced 2025-10-31 14:44:00 +00:00 
			
		
		
		
	
		
			
	
	
		
			10 lines
		
	
	
		
			178 B
		
	
	
	
		
			SYSTEMD
		
	
	
	
	
	
		
		
			
		
	
	
			10 lines
		
	
	
		
			178 B
		
	
	
	
		
			SYSTEMD
		
	
	
	
	
	
|   | [Unit] | ||
|  | Description=Handle SSH host, private and authorized keys | ||
|  | Before=ssh.service | ||
|  | 
 | ||
|  | [Service] | ||
|  | Type=oneshot | ||
|  | ExecStart=/usr/bin/kiosk-ssh-keys | ||
|  | 
 | ||
|  | [Install] | ||
|  | WantedBy=multi-user.target |