From 84adbaecf96529f009f68368a3eb11c8d9644541 Mon Sep 17 00:00:00 2001 From: Zygo Blaxell Date: Thu, 14 Oct 2021 20:56:35 -0400 Subject: [PATCH] beesd: add missing RuntimeDirectory Since we started locking down the beesd service, we no longer have privileges to do some things. Have systemd do it for us instead. Fixes: #195 Signed-off-by: Zygo Blaxell --- scripts/beesd@.service.in | 1 + 1 file changed, 1 insertion(+) diff --git a/scripts/beesd@.service.in b/scripts/beesd@.service.in index 80377a7..e4bab3c 100644 --- a/scripts/beesd@.service.in +++ b/scripts/beesd@.service.in @@ -17,6 +17,7 @@ KillSignal=SIGTERM MemoryAccounting=true Nice=19 Restart=on-abnormal +RuntimeDirectory=bees StartupCPUWeight=25 StartupIOWeight=25