Guest User

Untitled

a guest
Jun 24th, 2018
132
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.37 KB | None | 0 0
  1. check process redis
  2. with pidfile /home/leafpile/app/db/redis/production/redis.pid
  3. start program = "/opt/redis/bin/redis-server /home/leafpile/app/config/redis/production.conf"
  4. as uid leafpile and gid leafpile
  5. stop program = "/opt/redis/bin/redis-cli -p 22222 shutdown"
  6. as uid leafpile and gid leafpile
  7. if failed host 127.0.0.1 port 22222 then restart
Add Comment
Please, Sign In to add comment