mirror of
				https://github.com/netbox-community/netbox.git
				synced 2024-05-10 07:54:54 +00:00 
			
		
		
		
	* adds housekeeping systemd files #11190 * Clean up Markdown --------- Co-authored-by: jeremystretch <jstretch@netboxlabs.com>
		
			
				
	
	
		
			14 lines
		
	
	
		
			235 B
		
	
	
	
		
			SYSTEMD
		
	
	
	
	
	
			
		
		
	
	
			14 lines
		
	
	
		
			235 B
		
	
	
	
		
			SYSTEMD
		
	
	
	
	
	
[Unit]
 | 
						|
Description=NetBox Housekeeping Timer
 | 
						|
Documentation=https://docs.netbox.dev/
 | 
						|
After=network-online.target
 | 
						|
Wants=network-online.target
 | 
						|
 | 
						|
[Timer]
 | 
						|
OnCalendar=daily
 | 
						|
AccuracySec=1h
 | 
						|
Persistent=true
 | 
						|
 | 
						|
[Install]
 | 
						|
WantedBy=multi-user.target
 |