Files
alfonsosanchezbeato 5fdec02b92 data/systemd: allow notifications for all snapd subprocesses (#13797)
Allow all service's control group processes to send notifications via
sd_notify. This is necesssary to prevent log flooding with systemd
warnings like:

Apr 05 14:36:55 qemuname systemd[1]: snapd.service: Got notification
message from PID 1002, but reception only permitted for main PID 917

This warnings are happening due to a change in systemd 254 that makes
all systemd programs (systemctl, udevadm, systemd-detect-virt, etc.)
send EXIT_STATUS notifications when exiting.

Fixes LP#2060310.
2024-04-10 18:05:33 +02:00
..