mirror of
				https://gitlab.alpinelinux.org/alpine/aports.git
				synced 2025-10-31 00:12:05 +01:00 
			
		
		
		
	
		
			
				
	
	
		
			7 lines
		
	
	
		
			285 B
		
	
	
	
		
			Bash
		
	
	
		
			Executable File
		
	
	
	
	
			
		
		
	
	
			7 lines
		
	
	
		
			285 B
		
	
	
	
		
			Bash
		
	
	
		
			Executable File
		
	
	
	
	
| #!/bin/sh
 | |
| echo 'cfgfile="/etc/redis-openvas.conf"' >> /etc/conf.d/redis
 | |
| echo 'db_address = /run/redis-openvas/redis.sock' > /etc/openvas/openvas.conf
 | |
| echo 'mqtt_server_uri = localhost:1883' >> /etc/openvas/openvas.conf
 | |
| echo 'table_driven_lsc = yes' >> /etc/openvas/openvas.conf
 | |
| exit 0
 |