From 057e345197d4b667356e673542cb52f62ceab2ca Mon Sep 17 00:00:00 2001 From: Ian Jackson Date: Sat, 17 Oct 2020 14:22:19 +0100 Subject: [PATCH] wip log expiry Signed-off-by: Ian Jackson --- src/bin/daemon-otter.rs | 1 + 1 file changed, 1 insertion(+) diff --git a/src/bin/daemon-otter.rs b/src/bin/daemon-otter.rs index 27e450a2..3ab2fc98 100644 --- a/src/bin/daemon-otter.rs +++ b/src/bin/daemon-otter.rs @@ -177,6 +177,7 @@ fn main() { let r = otter::api::mount(r); thread::spawn(client_periodic_expiry); + thread::spawn(logs_periodic_expiry); r.launch(); } -- 2.30.2