Skip to content

Instantly share code, notes, and snippets.

@zaucy
Created February 26, 2018 20:03
Show Gist options
  • Save zaucy/ee8372388b2fdcf5ab7c52a75ff034dd to your computer and use it in GitHub Desktop.
Save zaucy/ee8372388b2fdcf5ab7c52a75ff034dd 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