From 10ed7a351b94ff8143ea710b8fb6a942458f4db6 Mon Sep 17 00:00:00 2001 From: Aminda Suomalainen Date: Sun, 15 Mar 2026 10:08:35 +0200 Subject: [PATCH] install: experiment gamemoded global service --- install | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/install b/install index da2d9dad..d3d49238 100755 --- a/install +++ b/install @@ -309,8 +309,10 @@ if [ "$(id -u)" == "0" ]; then if hash systemctl 2> /dev/null; then systemctl daemon-reload - (systemctl --global enable darkman.service &) + #(systemctl --global enable darkman.service &) (systemctl --global enable systemd-tmpfiles-setup.service &) + # experiment + (systemctl --global enable gamemoded.service &) # SECURITY WARNING! Practically a backdoor unless you are me and expect this! # WARNING! Likely breaks SSHd outside of port 22 unless override exists! (systemctl --global enable foot-server.socket &)