mirror of
				https://github.com/xcat2/xcat-core.git
				synced 2025-10-31 11:22:27 +00:00 
			
		
		
		
	Make the restart rsyslogd operation never return non-zero
This commit is contained in:
		| @@ -202,7 +202,7 @@ then | ||||
| fi | ||||
|  | ||||
| # Lets rsyslogd perform close all open files | ||||
| kill -HUP $(</var/run/rsyslogd.pid) >/dev/null 2>&1 | ||||
| kill -HUP $(</var/run/rsyslogd.pid) >/dev/null 2>&1 || : | ||||
| %endif | ||||
|  | ||||
| # create dir for the current pid | ||||
|   | ||||
		Reference in New Issue
	
	Block a user