 e644debdf7
			
		
	
	e644debdf7
	
	
	
		
			
			SLES 15 doesn't have any sort of init functions which is why the error is converted to a status message. A dummy file that just prints an error is placed into /etc/init.d/ to make it clear to the users that they should use systemd to start MaxScale.
		
			
				
	
	
		
			5 lines
		
	
	
		
			121 B
		
	
	
	
		
			Bash
		
	
	
		
			Executable File
		
	
	
	
	
			
		
		
	
	
			5 lines
		
	
	
		
			121 B
		
	
	
	
		
			Bash
		
	
	
		
			Executable File
		
	
	
	
	
| #!/bin/sh
 | |
| 
 | |
| echo "Init scripts are not supported on this platform, use either systemd or launch MaxScale manually"
 | |
| exit 1
 |