From 3a4363d0bba006c6a278c12a3264b8976b8d4485 Mon Sep 17 00:00:00 2001 From: mjkwiatkowski Date: Tue, 16 Jun 2026 12:21:53 +0200 Subject: fix: fixing bugs that arise from different compute monitors --- shell_scripts/systemd/redis.sh | 4 ++++ 1 file changed, 4 insertions(+) create mode 100755 shell_scripts/systemd/redis.sh (limited to 'shell_scripts/systemd/redis.sh') 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 -- cgit v1.2.3