https://bz.apache.org/SpamAssassin/show_bug.cgi?id=7295
--- Comment #6 from Matus UHLAR - fantomas <[email protected]> --- looking at processlist: root 4181 1 2 11:35 ? 00:00:04 /usr/bin/perl -T -w -I /etc/perl -I /usr/lib/i386-linux-gnu/perl5/5.32 -I /usr/share/perl5 -I /usr/lib/i386-linux-gnu/perl-base -I /usr/lib/i386-linux-gnu/perl/5.32 -I /usr/share/perl/5.32 /usr/sbin/spamd --max-children 4 --helper-home-dir --default-user=abuse -D config -d --pidfile=/run/spamd.pid root 4192 4181 0 11:35 ? 00:00:00 spamd child root 4193 4181 0 11:35 ? 00:00:00 spamd child 4181 ? 00:00:04 perl 4192 ? 00:00:00 spamd child 4193 ? 00:00:00 spamd child testing with "perl" instead of "spamd": # start-stop-daemon --stop --pidfile /run/spamd.pid --signal HUP --name spamd No spamd found running; none killed. # start-stop-daemon --stop --pidfile /run/spamd.pid --signal HUP --name perl # looks that changing $0 to "spamd" after successful reload would fix this problem. -- You are receiving this mail because: You are the assignee for the bug.
