From c7013f03edcf4462a7e47c82ed9fb91ef03e1e16 Mon Sep 17 00:00:00 2001 From: Lars Wirzenius Date: Thu, 21 Dec 2023 16:19:30 +0200 Subject: radicle.liw.fi: configure native ci log file Signed-off-by: Lars Wirzenius Sponsored-by: author --- ansible/radicle.liw.fi.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/ansible/radicle.liw.fi.yml b/ansible/radicle.liw.fi.yml index 8c21179..5cc39ca 100644 --- a/ansible/radicle.liw.fi.yml +++ b/ansible/radicle.liw.fi.yml @@ -220,6 +220,7 @@ copy: content: | state: /srv/http + log: /home/liw/native-ci.log dest: /home/liw/native-ci.yaml owner: liw group: liw @@ -236,6 +237,7 @@ Type=simple Environment=RAD_HOME=/home/liw/.radicle Environment=RUST_LOG=trace + Environment=PATH=/home/liw/bin:/home/liw/.cargo/bin:/home/liw/.local/bin:/home/liw/.radicle/bin:/bin:/sbin ExecStart=bash -c '/home/liw/bin/ci-broker /home/liw/ci-broker.yaml >> /srv/http/broker.log' KillMode=process Restart=never -- cgit v1.2.1