From 819c842f630f818ce51104f74ad0b5e87db5a943 Mon Sep 17 00:00:00 2001 From: Paul Menzel Date: Thu, 6 May 2021 20:44:11 +0200 Subject: [PATCH] enable_overcommit_memory.service: Fix typo in eddb hostname Fixes: 4fea5c70 ("enable_overcommit_memory.service: Allow overcommitting memory on eddb") --- misc_systemd_units/enable_overcommit_memory.service | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/misc_systemd_units/enable_overcommit_memory.service b/misc_systemd_units/enable_overcommit_memory.service index 6f26ef8..678c68e 100644 --- a/misc_systemd_units/enable_overcommit_memory.service +++ b/misc_systemd_units/enable_overcommit_memory.service @@ -3,7 +3,7 @@ Wants=startup-tags.service After=startup-tags.service ConditionPathExists=|/node/tags/desktop ConditionHost=|icebear.molgen.mpg.de -ConditionHost=|flughafenberlinbrandenburgwillybrand.molgen.mpg.de +ConditionHost=|flughafenberlinbrandenburgwillybrandt.molgen.mpg.de [Service] Type=oneshot