10 lines
		
	
	
		
			243 B
		
	
	
	
		
			SYSTEMD
		
	
	
	
	
	
			
		
		
	
	
			10 lines
		
	
	
		
			243 B
		
	
	
	
		
			SYSTEMD
		
	
	
	
	
	
| [Unit]
 | |
| Description=Restarts the systemctl service for ze server every odd night in month at 5:30
 | |
| Requires=css_ze_restart.service
 | |
| 
 | |
| [Timer]
 | |
| OnCalendar=*-*-1,3,5,7,9,11,13,15,17,19,21,23,25,27,29,31 05:30:00
 | |
| 
 | |
| [Install]
 | |
| WantedBy=multi-user.target
 |