From 74847f00c6f79218af346b23d46898a6131bc829 Mon Sep 17 00:00:00 2001 From: Donald Buczek Date: Thu, 18 Mar 2021 15:49:02 +0100 Subject: [PATCH] Enable overcommit on icebear Enable overcommit on icebear as requested by user, who wants to use AddressSanitizer. --- misc_systemd_units/enable_overcommit_memory.service | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/misc_systemd_units/enable_overcommit_memory.service b/misc_systemd_units/enable_overcommit_memory.service index 4dcf8e7..0455a86 100644 --- a/misc_systemd_units/enable_overcommit_memory.service +++ b/misc_systemd_units/enable_overcommit_memory.service @@ -1,7 +1,8 @@ [Unit] Wants=startup-tags.service After=startup-tags.service -ConditionPathExists=/node/tags/desktop +ConditionPathExists=|/node/tags/desktop +ConditionHost=|icebear.molgen.mpg.de [Service] Type=oneshot