1
0
mirror of https://github.com/Zygo/bees.git synced 2025-05-17 21:35:45 +02:00

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 <bees@furryterror.org>
This commit is contained in:
Zygo Blaxell 2021-10-14 20:56:35 -04:00
parent 12e80658a8
commit 84adbaecf9

View File

@ -17,6 +17,7 @@ KillSignal=SIGTERM
MemoryAccounting=true MemoryAccounting=true
Nice=19 Nice=19
Restart=on-abnormal Restart=on-abnormal
RuntimeDirectory=bees
StartupCPUWeight=25 StartupCPUWeight=25
StartupIOWeight=25 StartupIOWeight=25