You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

14 lines
240 B

  1. [Unit]
  2. Description=redis daemon
  3. After=network.target
  4. [Service]
  5. PIDFile=/run/redis/pid
  6. User=redis
  7. Group=redis
  8. RuntimeDirectory=redis
  9. ExecStart=/usr/local/bin/redis-server /etc/redis.conf
  10. Restart=always
  11. [Install]
  12. WantedBy=multi-user.target