From 8553a389aca1d459d76c66043cf331529ca63863 Mon Sep 17 00:00:00 2001 From: Martin Date: Wed, 18 Mar 2026 22:53:47 +0100 Subject: [PATCH] fix(bazzite): correct service name for cyan-skillfish-governor-tt install The manual install section was installing cyan-skillfish-governor-tt via COPR but then enabling oberon-governor.service, which is the wrong service. --- docs/linux/bazzite.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/linux/bazzite.md b/docs/linux/bazzite.md index 9b12e98..2c44987 100644 --- a/docs/linux/bazzite.md +++ b/docs/linux/bazzite.md @@ -113,7 +113,7 @@ rpm-ostree install cyan-skillfish-governor-tt systemctl reboot # Enable service after reboot -sudo systemctl enable --now oberon-governor.service +sudo systemctl enable --now cyan-skillfish-governor-tt.service ``` !!!info "SMU Governor as Emerging Alternative"