7 lines
85 B
Bash
7 lines
85 B
Bash
#!/usr/bin/env bash
|
|
|
|
set -xe
|
|
|
|
sudo systemctl enable redis
|
|
sudo systemctl start redis
|