From b6f26a86bcce763631d6add1ee4760b33bf7c2e2 Mon Sep 17 00:00:00 2001 From: Simon Quigley Date: Tue, 3 Dec 2024 21:44:56 -0600 Subject: [PATCH] Minor Britney script updates --- run-britney | 3 +-- systemd/britney.service | 2 +- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/run-britney b/run-britney index 58318aa..014a870 100755 --- a/run-britney +++ b/run-britney @@ -15,9 +15,8 @@ # You should have received a copy of the GNU General Public License # along with this program. If not, see . -# Configuration LOG_DIR="/srv/lubuntu-ci/output/logs/britney" -SCRIPT_PATH="fetch-indexes" +SCRIPT_PATH="/srv/lubuntu-ci/repos/ci-tools/fetch-indexes" MAX_LOG_AGE=86400 # 24 hours in seconds # Ensure the log directory exists diff --git a/systemd/britney.service b/systemd/britney.service index e1f0dbe..1848f71 100644 --- a/systemd/britney.service +++ b/systemd/britney.service @@ -8,4 +8,4 @@ Type=simple User=lugito Group=lugito WorkingDirectory=/srv/lubuntu-ci/repos/ci-tools -ExecStart=/usr/bin/python3 /srv/lubuntu-ci/repos/ci-tools/run-britney +ExecStart=/srv/lubuntu-ci/repos/ci-tools/run-britney