summaryrefslogtreecommitdiff
path: root/shell_scripts
diff options
context:
space:
mode:
authormjkwiatkowski <mati.rewa@gmail.com>2026-06-16 12:21:53 +0200
committermjkwiatkowski <mati.rewa@gmail.com>2026-06-16 12:21:53 +0200
commit3a4363d0bba006c6a278c12a3264b8976b8d4485 (patch)
tree32c3dd6acf360db8e66a176f616857ce01b97139 /shell_scripts
parentfa3ec84a38ca24157d5fb52a9715d9dad9a3e8c6 (diff)
fix: fixing bugs that arise from different compute monitors
Diffstat (limited to 'shell_scripts')
-rwxr-xr-xshell_scripts/systemd/redis.sh4
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