mirror of
https://github.com/fullstack-cash/bch-api.git
synced 2026-09-22 17:22:04 -07:00
Removing redis script
This commit is contained in:
@@ -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
|
||||
Reference in New Issue
Block a user