mirror of
				git://git.openwrt.org/openwrt/openwrt.git
				synced 2025-11-04 06:54:27 -05:00 
			
		
		
		
	cron: add procd listeners for crontabs
Add procd file listeners to check files in `/etc/crontabs/`. Also unified a bit the function style. Signed-off-by: Paul Spooren <mail@aparcar.org>
This commit is contained in:
		
							parent
							
								
									bb71a3f27e
								
							
						
					
					
						commit
						cbf69fb2ad
					
				@ -29,10 +29,12 @@ start_service () {
 | 
			
		||||
 | 
			
		||||
	procd_open_instance
 | 
			
		||||
	procd_set_param command "$PROG" -f -c /etc/crontabs -l "${loglevel:-5}"
 | 
			
		||||
	for crontab in /etc/crontabs/*; do
 | 
			
		||||
		 procd_set_param file "$crontab"
 | 
			
		||||
	done
 | 
			
		||||
	procd_close_instance
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
service_triggers()
 | 
			
		||||
{
 | 
			
		||||
service_triggers() {
 | 
			
		||||
	procd_add_validation validate_cron_section
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
		Loading…
	
		Reference in New Issue
	
	Block a user