Skip to content

Instantly share code, notes, and snippets.

@davidmlentz
Created March 29, 2018 23:02
Show Gist options
  • Save davidmlentz/2a154e61e748b5e6529955b2923b5271 to your computer and use it in GitHub Desktop.
Save davidmlentz/2a154e61e748b5e6529955b2923b5271 to your computer and use it in GitHub Desktop.
[Unit]
Description=Redis In-Memory Data Store
After=network.target
[Service]
User=redis
Group=redis
ExecStart=/usr/local/bin/redis-server /etc/redis/redis.conf
ExecStop=/usr/local/bin/redis-cli shutdown
Restart=always
[Install]
WantedBy=multi-user.target
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment