trying redis again

This commit is contained in:
Chris Troutner
2020-02-07 17:03:11 -08:00
parent 142ad8f3f5
commit 759b5a3719
+1 -1
View File
@@ -7,6 +7,6 @@
sudo apt install redis-server
# Converting to systemd managed process
echo "supervised systemd" >> /etc/redis/redis.conf
sudo echo "supervised systemd" >> /etc/redis/redis.conf
sudo systemctl restart redis.service