From 0633f1c6a6204dff99a6dfeb7292f946a79b0c4e Mon Sep 17 00:00:00 2001 From: Simon Quigley Date: Wed, 4 Dec 2024 15:34:29 -0600 Subject: [PATCH] Fix config path in the Britney service --- systemd/britney.service | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/systemd/britney.service b/systemd/britney.service index 2896517..07bcfdb 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=/srv/lubuntu-ci/repos/ci-tools/fetch-indexes -c /srv/lubuntu-ci/repos/ci-tools/fetch-indexes.yaml +ExecStart=/srv/lubuntu-ci/repos/ci-tools/fetch-indexes -c /srv/lubuntu-ci/repos/ci-tools/configs/fetch-indexes.yaml