Skip to content

Commit

Permalink
add redis.sh script for ubuntu
Browse files Browse the repository at this point in the history
  • Loading branch information
mhewedy committed May 17, 2020
1 parent 25e331a commit 99392d7
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions etc/samples-provision/redis.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
# tested on Ubuntu focal
sudo apt update -y
sudo apt install redis-server -y
sudo sed -i 's/^supervised no/supervised systemd/' /etc/redis/redis.conf
sudo systemctl restart redis.service
sudo systemctl status redis

0 comments on commit 99392d7

Please sign in to comment.