mirror of
				https://github.com/karl0ss/AnotterKiosk.git
				synced 2025-11-04 00:30:59 +00:00 
			
		
		
		
	
		
			
	
	
		
			10 lines
		
	
	
		
			190 B
		
	
	
	
		
			SYSTEMD
		
	
	
	
	
	
		
		
			
		
	
	
			10 lines
		
	
	
		
			190 B
		
	
	
	
		
			SYSTEMD
		
	
	
	
	
	
| 
								 | 
							
								[Unit]
							 | 
						||
| 
								 | 
							
								Description=Set hostname to the one from kioskbrowser.ini
							 | 
						||
| 
								 | 
							
								Before=networking.service
							 | 
						||
| 
								 | 
							
								
							 | 
						||
| 
								 | 
							
								[Service]
							 | 
						||
| 
								 | 
							
								Type=oneshot
							 | 
						||
| 
								 | 
							
								ExecStart=/usr/bin/kiosk-set-hostname
							 | 
						||
| 
								 | 
							
								
							 | 
						||
| 
								 | 
							
								[Install]
							 | 
						||
| 
								 | 
							
								WantedBy=multi-user.target
							 |