mirror of
				https://gitea.blesmrt.net/mikaela/shell-things.git
				synced 2025-10-27 15:27:21 +01:00 
			
		
		
		
	It used to stop working randomly without a good reason, but that is likely fixed upstream a long time ago and while I removed it from cron, these units exist so should the issue recur, I can throw these back in. The cron wasn't randomized though, but I don't think there is harm in this being a bit random.
		
			
				
	
	
		
			7 lines
		
	
	
		
			114 B
		
	
	
	
		
			Desktop File
		
	
	
	
	
	
			
		
		
	
	
			7 lines
		
	
	
		
			114 B
		
	
	
	
		
			Desktop File
		
	
	
	
	
	
| [Unit]
 | |
| Description=Gitea restarter
 | |
| 
 | |
| [Service]
 | |
| Type=oneshot
 | |
| ExecStart=/bin/systemctl restart gitea.service --quiet
 |