We don't check exec when starting, so don't when testing for crashed.
This commit is contained in:
		@@ -534,7 +534,9 @@ bool rc_service_daemons_crashed(const char *service)
 | 
			
		||||
			free(pidfile);
 | 
			
		||||
			pidfile = NULL;
 | 
			
		||||
 | 
			
		||||
			/* We have the pid, so no need to match on name */
 | 
			
		||||
			/* We have the pid, so no need to match on exec or name */
 | 
			
		||||
			free(exec);
 | 
			
		||||
			exec = NULL;
 | 
			
		||||
			free(name);
 | 
			
		||||
			name = NULL;
 | 
			
		||||
		} else {
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user