From c696605a2c47f9404f1dabf1d212981fdb6692eb Mon Sep 17 00:00:00 2001 From: EuAndreh Date: Thu, 24 Nov 2022 21:48:54 -0300 Subject: etc/sh/cronjob.sh: Run cronjobs with increased niceness --- etc/sh/cronjob.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/etc/sh/cronjob.sh b/etc/sh/cronjob.sh index 0569b44..3ab071b 100755 --- a/etc/sh/cronjob.sh +++ b/etc/sh/cronjob.sh @@ -71,4 +71,4 @@ set +e set -e CMD="$*" -with-email -s "$CMD" -- "$@" 1>>"$XDG_LOG_HOME"/euandreh/mcron.log 2>&1 +with-email -s "$CMD" -- nice -n15 "$@" 1>>"$XDG_LOG_HOME"/euandreh/mcron.log 2>&1 -- cgit v1.2.3