logo

overlay

My own overlay for experimentations, use with caution, no support is provided git clone https://hacktivis.me/git/overlay.git

redis.service-4 (255B)


  1. [Unit]
  2. Description=A persistent key-value database
  3. After=syslog.target network.target
  4. [Service]
  5. Type=simple
  6. PIDFile=/run/redis/redis.pid
  7. ExecStart=/usr/sbin/redis-server /etc/redis/redis.conf
  8. User=redis
  9. Group=redis
  10. [Install]
  11. WantedBy=multi-user.target