mirror of
				https://gitlab.alpinelinux.org/alpine/aports.git
				synced 2025-10-31 08:21:49 +01:00 
			
		
		
		
	- avoid building linenoise at install time - set loglevel to 'notice' by default - set default log and pidfiles in redis subdir with permissions - create redis user at pre-install - fix init.d script to read pid, log and dir from redis.conf - remove unnneded vars from conf.d
		
			
				
	
	
		
			10 lines
		
	
	
		
			128 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			10 lines
		
	
	
		
			128 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
| # Redis user.
 | |
| REDIS_USER="redis"
 | |
| 
 | |
| # Redis group.
 | |
| REDIS_GROUP="redis"
 | |
| 
 | |
| # Redis configuration file.
 | |
| REDIS_CONF="/etc/redis.conf"
 | |
| 
 |