Skip to content

Instantly share code, notes, and snippets.

@samof76
Created October 3, 2016 08:49
Show Gist options
  • Save samof76/0396839af95be3335875c741ad8386e5 to your computer and use it in GitHub Desktop.
Save samof76/0396839af95be3335875c741ad8386e5 to your computer and use it in GitHub Desktop.
redis service startup file
[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