diff options
Diffstat (limited to 'shell_scripts/systemd')
| -rwxr-xr-x | shell_scripts/systemd/redis.sh | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/shell_scripts/systemd/redis.sh b/shell_scripts/systemd/redis.sh new file mode 100755 index 00000000..dbebb41d --- /dev/null +++ b/shell_scripts/systemd/redis.sh @@ -0,0 +1,4 @@ +#!/bin/bash +doas systemctl enable redis.service +doas systemctl start redis.service +doas systemctl status redis.service |
