From 0944b454a72c2c8687784c7b915dec2c75ae0edf Mon Sep 17 00:00:00 2001 From: Aminda Suomalainen Date: Tue, 3 Jun 2025 22:00:31 +0300 Subject: [PATCH] add haveged.service to rngd-wanted.conf --- etc/profile.d/01-mangohud.sh | 2 ++ etc/systemd/system/service.d/rngd-wanted.conf | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) create mode 100644 etc/profile.d/01-mangohud.sh diff --git a/etc/profile.d/01-mangohud.sh b/etc/profile.d/01-mangohud.sh new file mode 100644 index 00000000..e52668a0 --- /dev/null +++ b/etc/profile.d/01-mangohud.sh @@ -0,0 +1,2 @@ +# Enables mangohud for everything natively supporting it (outside of flatpak?) +export MANGOHUD=1 diff --git a/etc/systemd/system/service.d/rngd-wanted.conf b/etc/systemd/system/service.d/rngd-wanted.conf index f50d95b0..bfe6d3f0 100644 --- a/etc/systemd/system/service.d/rngd-wanted.conf +++ b/etc/systemd/system/service.d/rngd-wanted.conf @@ -1,2 +1,2 @@ [Unit] -Wants=rngd.service +Wants=rngd.service haveged.service