diff --git a/misc_systemd_units/enable_overcommit_memory.service b/misc_systemd_units/enable_overcommit_memory.service index 678c68e..302248f 100644 --- a/misc_systemd_units/enable_overcommit_memory.service +++ b/misc_systemd_units/enable_overcommit_memory.service @@ -8,8 +8,8 @@ ConditionHost=|flughafenberlinbrandenburgwillybrandt.molgen.mpg.de [Service] Type=oneshot RemainAfterExit=yes -ExecStart=/usr/sbin/sysctl vm.overcommit_memory=0 -ExecStop=/usr/sbin/sysctl vm.overcommit_memory=2 +ExecStart=/sbin/sysctl vm.overcommit_memory=0 +ExecStop=/sbin/sysctl vm.overcommit_memory=2 [Install] WantedBy=graphical.target