12 lines
		
	
	
		
			212 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
		
		
			
		
	
	
			12 lines
		
	
	
		
			212 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
|  | #!/usr/bin/env ssm | ||
|  | 
 | ||
|  | service_oneshot = true | ||
|  | service_command = /usr/bin/false | ||
|  | 
 | ||
|  | service::pre_start() { | ||
|  | 	cat <<- EOF | ||
|  | 		Please don't. Use ferm or any other wrapper. | ||
|  | 		You will just reinvent one in here anyway. | ||
|  | 	EOF | ||
|  | } |