mirror of
				https://github.com/xcat2/xcat-core.git
				synced 2025-11-04 05:12:30 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			9 lines
		
	
	
		
			213 B
		
	
	
	
		
			Perl
		
	
	
	
	
	
			
		
		
	
	
			9 lines
		
	
	
		
			213 B
		
	
	
	
		
			Perl
		
	
	
	
	
	
#!/usr/bin/perl
 | 
						|
 | 
						|
$RES::EventResponse{'LogEvents'} = {
 | 
						|
    Name   => q(LogEvents),
 | 
						|
    Locked => q(0),
 | 
						|
    Actions => q({[logEvent,{127},{0},{86400},/usr/sbin/rsct/bin/logevent /tmp/eventlog,3,0,0,0,{},0]}),
 | 
						|
};
 | 
						|
1;
 |