jdormit-infra/prod/wallabag/packer/scripts/redis.sh

7 lines
85 B
Bash
Raw Normal View History

#!/usr/bin/env bash
set -xe
sudo systemctl enable redis
sudo systemctl start redis