Added new role
This commit is contained in:
5
roles/redis/templates/redis_service.j2
Normal file
5
roles/redis/templates/redis_service.j2
Normal file
@ -0,0 +1,5 @@
|
||||
[program:redis]
|
||||
command=redis-server %(ENV_HOME)s/.redis/conf
|
||||
directory=%(ENV_HOME)s/.redis
|
||||
autostart=yes
|
||||
autorestart=yes
|
||||
Reference in New Issue
Block a user