summaryrefslogtreecommitdiff
path: root/shell_scripts/systemd/redis.sh
blob: dbebb41d81de6d2e617eb73afc49bc04bc6b3509 (plain)
1
2
3
4
#!/bin/bash
doas systemctl enable redis.service
doas systemctl start redis.service
doas systemctl status redis.service