Skip to content

Commit 709efda

Browse files
udan11Eduardo Poleo
authored andcommitted
Redis is configured without pidfile.
1 parent 34fd41f commit 709efda

File tree

1 file changed

+0
-9
lines changed

1 file changed

+0
-9
lines changed

templates/redis.template.yml

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -5,15 +5,6 @@ run:
55
contents: |
66
#!/bin/sh
77
exec 2>&1
8-
9-
RUNDIR=/var/run/redis
10-
PIDFILE=/var/run/redis/redis-server.pid
11-
12-
mkdir -p $RUNDIR
13-
touch $PIDFILE
14-
chown -R redis:redis $RUNDIR
15-
chmod 755 $RUNDIR
16-
178
exec thpoff chpst -u redis -U redis /usr/bin/redis-server /etc/redis/redis.conf
189
- file:
1910
path: /etc/service/redis/log/run

0 commit comments

Comments
 (0)