mirror of
				https://github.com/karl0ss/AnotterKiosk.git
				synced 2025-10-31 14:44:00 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			12 lines
		
	
	
		
			197 B
		
	
	
	
		
			Desktop File
		
	
	
	
	
	
			
		
		
	
	
			12 lines
		
	
	
		
			197 B
		
	
	
	
		
			Desktop File
		
	
	
	
	
	
| [Unit]
 | |
| Description=Initial screen refresh timer setup
 | |
| After=network.target
 | |
| 
 | |
| [Service]
 | |
| Type=oneshot
 | |
| ExecStart=/usr/bin/setup-refresh-timer
 | |
| RemainAfterExit=true
 | |
| 
 | |
| [Install]
 | |
| WantedBy=multi-user.target
 |