diff --git a/src/scripts/starttask.sh b/src/scripts/starttask.sh index 6acbdbe32..5125b1a47 100755 --- a/src/scripts/starttask.sh +++ b/src/scripts/starttask.sh @@ -31,7 +31,7 @@ systemctl reset-failed "${service_name}" 2>/dev/null || true readonly id=$(id -u $SUDO_USER) -options="-p TimeoutStopSec=10s -p MemoryMax=${memory_limit_mb}M -p OOMScoreAdjust=${oom_score_adjust} --pipe --wait" +options="-p TimeoutStopSec=10s -p MemoryMax=${memory_limit_mb}M -p OOMScoreAdjust=${oom_score_adjust} --wait" # Note: BindsTo will kill this task when the box is stopped. but will not kill this task when restarted! # For this reason, we have code to kill the tasks both on shutdown and startup.