From 6c843b5dbb21c679e475f2f1b50be5b96bed5e7d Mon Sep 17 00:00:00 2001 From: Drew DeVault Date: Thu, 21 Feb 2019 16:28:47 -0500 Subject: [PATCH] Move builds.sr.ht-worker logs to a new path --- sr.ht/builds.sr.ht/builds.sr.ht-worker.init | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sr.ht/builds.sr.ht/builds.sr.ht-worker.init b/sr.ht/builds.sr.ht/builds.sr.ht-worker.init index c8a59f7..e6937b4 100755 --- a/sr.ht/builds.sr.ht/builds.sr.ht-worker.init +++ b/sr.ht/builds.sr.ht/builds.sr.ht-worker.init @@ -5,7 +5,7 @@ description="builds.sr.ht build worker" # Override these with /etc/conf.d/builds.sr.ht-worker # A common parameter might be EXTRA_ARGS=-workers [n] where n != nproc EXTRA_ARGS=${EXTRA_ARGS:-} -LOGS=/var/log/builds.sr.ht.log +LOGS=/var/log/builds.sr.ht-worker.log BUILD_USER=builds depend() { -- 2.45.2