summaryrefslogtreecommitdiff
path: root/src/system
diff options
context:
space:
mode:
authorViacheslav Hletenko <v.gletenko@vyos.io>2024-01-12 18:44:43 +0000
committerViacheslav Hletenko <v.gletenko@vyos.io>2024-01-12 18:44:43 +0000
commit4c71c46cbb840167708e75e902de5bfc9e31a03e (patch)
tree4032797aba6d3e2871fa4527e0a46378358e645a /src/system
parent4c29922cc0baa9c127391b58e82b76f69e1e2dce (diff)
downloadvyos-1x-4c71c46cbb840167708e75e902de5bfc9e31a03e.tar.gz
vyos-1x-4c71c46cbb840167708e75e902de5bfc9e31a03e.zip
T5925: Containers change systemd KillMode
By default we use mode `none` for containers Unit uses KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update the service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed.
Diffstat (limited to 'src/system')
0 files changed, 0 insertions, 0 deletions