Removing redis script

This commit is contained in:
Chris Troutner
2020-02-07 17:14:30 -08:00
parent bae5aea85b
commit 23ea6bd7d3
-12
View File
@@ -1,12 +0,0 @@
#!/bin/bash
# Adapted from:
# https://www.digitalocean.com/community/tutorials/how-to-install-and-secure-redis-on-ubuntu-18-04
# Install Redis.
sudo apt install redis-server
# Converting to systemd managed process
sudo echo "supervised systemd" >> /etc/redis/redis.conf
sudo systemctl restart redis.service