Package: nullmailer
Version: 1.10-1
Severity: important

When you stop the nullmailer service on a host, it also stops nullmailer 
services in your LXC guests.

The `start-stop-daemon --stop --quiet --user mail --exec "$DAEMON" --oknodo` 
line in the init.d file kills all processes for user 'mail' and command line 
'/usr/sbin/nullmailer-send' in the host including processes in LXC guests.

I suggest to replace this line with something like `pkill -u mail -P 1 -f 
"$DAEMON"` to only kill processes with init as parent process.
This command kills nullmailer processes only on the host and keeps nullmailer 
processes alive in the LXC guests.



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org

Reply via email to