summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2023-12-21 16:19:30 +0200
committerLars Wirzenius <liw@liw.fi>2023-12-21 16:19:30 +0200
commitc7013f03edcf4462a7e47c82ed9fb91ef03e1e16 (patch)
tree69ce00bc37d4326ea32be4c5ede6dbd9c03584c1
parent57e8264ad8f578a6fdb6d90e7a9865f99d23da9a (diff)
downloadansibleness-c7013f03edcf4462a7e47c82ed9fb91ef03e1e16.tar.gz
radicle.liw.fi: configure native ci log file
Signed-off-by: Lars Wirzenius <liw@liw.fi> Sponsored-by: author
-rw-r--r--ansible/radicle.liw.fi.yml2
1 files changed, 2 insertions, 0 deletions
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