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