diff options
| author | mjkwiatkowski <mati.rewa@gmail.com> | 2026-06-16 12:21:53 +0200 |
|---|---|---|
| committer | mjkwiatkowski <mati.rewa@gmail.com> | 2026-06-16 12:21:53 +0200 |
| commit | 3a4363d0bba006c6a278c12a3264b8976b8d4485 (patch) | |
| tree | 32c3dd6acf360db8e66a176f616857ce01b97139 /shell_scripts/systemd | |
| parent | fa3ec84a38ca24157d5fb52a9715d9dad9a3e8c6 (diff) | |
fix: fixing bugs that arise from different compute monitors
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 |
