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.

15 lines
246 B

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