velocity: add bind path for config

This commit is contained in:
wo2wz 2025-12-18 12:31:23 -05:00
parent 63abb5dae8
commit 5860c9c430

View file

@ -125,6 +125,8 @@
StateDirectory = "velocity"; StateDirectory = "velocity";
StateDirectoryMode = "0700"; StateDirectoryMode = "0700";
WorkingDirectory = "%S/velocity"; WorkingDirectory = "%S/velocity";
# velocity doesnt have a --config :(
BindReadOnlyPaths = "/etc/velocity/velocity.toml:%S/velocity/velocity.toml";
Type = "exec"; Type = "exec";
Restart = "always"; Restart = "always";