Re: [pve-devel] [PATCH qemu-server 1/2] use KillMode 'process' for systemd scope

2021-06-22 Thread Stefan Reiter
On 22/06/2021 08:02, Thomas Lamprecht wrote: On 21.06.21 18:35, Stefan Reiter wrote: KillMode 'none' is deprecated, and systemd loudly complains about that in the journal. To avoid the warning, but keep the behaviour the same, use KillMode 'process'. This mode does two things differently, which

Re: [pve-devel] [PATCH qemu-server 1/2] use KillMode 'process' for systemd scope

2021-06-21 Thread Thomas Lamprecht
On 21.06.21 18:35, Stefan Reiter wrote: > KillMode 'none' is deprecated, and systemd loudly complains about that > in the journal. To avoid the warning, but keep the behaviour the same, > use KillMode 'process'. > > This mode does two things differently, which we have to stop it from > doing: > *

[pve-devel] [PATCH qemu-server 1/2] use KillMode 'process' for systemd scope

2021-06-21 Thread Stefan Reiter
KillMode 'none' is deprecated, and systemd loudly complains about that in the journal. To avoid the warning, but keep the behaviour the same, use KillMode 'process'. This mode does two things differently, which we have to stop it from doing: * it sends SIGTERM right when the scope is cancelled (e.