mirror of
				https://gitea.blesmrt.net/mikaela/shell-things.git
				synced 2025-10-30 17:07:20 +01:00 
			
		
		
		
	
		
			
				
	
	
		
			10 lines
		
	
	
		
			241 B
		
	
	
	
		
			SYSTEMD
		
	
	
	
	
	
			
		
		
	
	
			10 lines
		
	
	
		
			241 B
		
	
	
	
		
			SYSTEMD
		
	
	
	
	
	
| [Unit]
 | |
| Description=Stops aliendalvik hourly as I am unlikely to need it that much and it restarts automatically if Android app is started and just wasttes battery.
 | |
| 
 | |
| [Timer]
 | |
| OnBootSec=1min
 | |
| OnUnitActiveSec=1h
 | |
| 
 | |
| [Install]
 | |
| WantedBy=timers.target
 |