mirror of
https://github.com/Zygo/bees.git
synced 2025-07-03 09:12:25 +02:00
Make the runtime directory private
The status file contains sensitive information like filenames and duplicate chunk ranges. It might also make sense to set the process-wide `UMask=`, but that may have other unintended side effects.
This commit is contained in:
@ -17,6 +17,7 @@ KillSignal=SIGTERM
|
|||||||
MemoryAccounting=true
|
MemoryAccounting=true
|
||||||
Nice=19
|
Nice=19
|
||||||
Restart=on-abnormal
|
Restart=on-abnormal
|
||||||
|
RuntimeDirectoryMode=0700
|
||||||
RuntimeDirectory=bees
|
RuntimeDirectory=bees
|
||||||
StartupCPUWeight=25
|
StartupCPUWeight=25
|
||||||
StartupIOWeight=25
|
StartupIOWeight=25
|
||||||
|
Reference in New Issue
Block a user