Skip to content

Instantly share code, notes, and snippets.

@B-PRAVEEN
Created April 4, 2022 12:22
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save B-PRAVEEN/551cacc342e792c1c94ceb9ee4768118 to your computer and use it in GitHub Desktop.
Save B-PRAVEEN/551cacc342e792c1c94ceb9ee4768118 to your computer and use it in GitHub Desktop.
[Unit]
Description=Redis
After=syslog.target
[Service]
ExecStart=/usr/local/bin/redis-server /etc/redis/redis.conf
RestartSec=5s
Restart=on-success
[Install]
WantedBy=multi-user.target
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment