10 lines
		
	
	
		
			149 B
		
	
	
	
		
			SYSTEMD
		
	
	
	
	
	
			
		
		
	
	
			10 lines
		
	
	
		
			149 B
		
	
	
	
		
			SYSTEMD
		
	
	
	
	
	
| [Unit]
 | |
| Description=Run detee-brain-contracts.service every minute
 | |
| 
 | |
| [Timer]
 | |
| OnCalendar=*-*-* *:*:00
 | |
| Persistent=true
 | |
| 
 | |
| [Install]
 | |
| WantedBy=timers.target
 |