From 7a146e119a935b9b81891276f90f6cb0e716c1bc Mon Sep 17 00:00:00 2001 From: Simon Quigley Date: Sun, 15 Dec 2024 17:48:58 -0600 Subject: [PATCH] Be nice --- systemd/britney.service | 1 + systemd/lintian.service | 1 + systemd/pull-tooling.service | 1 + 3 files changed, 3 insertions(+) diff --git a/systemd/britney.service b/systemd/britney.service index 07bcfdb..529cd3b 100644 --- a/systemd/britney.service +++ b/systemd/britney.service @@ -7,5 +7,6 @@ After=network.target nginx.service Type=simple User=lugito Group=lugito +Nice=16 WorkingDirectory=/srv/lubuntu-ci/repos/ci-tools ExecStart=/srv/lubuntu-ci/repos/ci-tools/fetch-indexes -c /srv/lubuntu-ci/repos/ci-tools/configs/fetch-indexes.yaml diff --git a/systemd/lintian.service b/systemd/lintian.service index 7a5ddea..be0ad60 100644 --- a/systemd/lintian.service +++ b/systemd/lintian.service @@ -7,4 +7,5 @@ After=network.target nginx.service Type=simple User=lugito Group=lugito +Nice=17 ExecStart=/srv/lubuntu-ci/repos/ci-tools/lintian-ppa -u lubuntu-ci -p unstable-ci-proposed diff --git a/systemd/pull-tooling.service b/systemd/pull-tooling.service index 82050b7..1b142be 100644 --- a/systemd/pull-tooling.service +++ b/systemd/pull-tooling.service @@ -7,5 +7,6 @@ After=network.target Type=simple User=lugito Group=lugito +Nice=18 WorkingDirectory=/srv/lubuntu-ci/repos/ci-tools/ ExecStart=/srv/lubuntu-ci/repos/ci-tools/pull-and-compile-tooling