diff options
author | Viacheslav Hletenko <v.gletenko@vyos.io> | 2024-01-12 18:44:43 +0000 |
---|---|---|
committer | Mergify <37929162+mergify[bot]@users.noreply.github.com> | 2024-01-12 19:22:29 +0000 |
commit | b5a672576ad12fb35e592a0c5fc9b2c710b45fbc (patch) | |
tree | 9c8cb2ad30062bd2a1ea82853909339f108f1f4f /smoketest/scripts/cli | |
parent | 87cf581bff3c10a0364af6143fbb7c5f41edf166 (diff) | |
download | vyos-1x-b5a672576ad12fb35e592a0c5fc9b2c710b45fbc.tar.gz vyos-1x-b5a672576ad12fb35e592a0c5fc9b2c710b45fbc.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.
(cherry picked from commit 4c71c46cbb840167708e75e902de5bfc9e31a03e)
Diffstat (limited to 'smoketest/scripts/cli')
0 files changed, 0 insertions, 0 deletions