We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 698099d commit c895e74Copy full SHA for c895e74
templates/redis.template.yml
@@ -9,9 +9,7 @@ run:
9
contents: |
10
#!/bin/sh
11
exec 2>&1
12
- if [ ! -d /shared/redis_data ]; then
13
- install -d -m 0755 -o redis -g redis /shared/redis_data
14
- fi
+ install -d -m 0755 -o redis -g redis /shared/redis_data
15
exec thpoff chpst -u redis -U redis /usr/bin/redis-server /etc/redis/redis.conf
16
- file:
17
path: /etc/service/redis/log/run
0 commit comments