https://bugzilla.novell.com/show_bug.cgi?id=723708 https://bugzilla.novell.com/show_bug.cgi?id=723708#c20 --- Comment #20 from Peter Varkoly <varkoly@suse.com> 2011-11-06 07:26:11 UTC --- I've created the systemd service file for amavisd and now it works fine. I know this is not a solution for the original problem. Amavisd sets the command name by setting the '$0' variable: $0 = "amavisd ($amavis_task_id)"; $0 = 'sub-' . $0; # let it show in ps(1) $0 = 'amavisd (virgin child)'; $0 = sprintf("amavisd (ch%d-accept)", $child_invocation_count); $0 = sprintf("amavisd (ch%d-avail)", $child_invocation_count); $0 = sprintf("amavisd (ch%d-finish)", $child_invocation_count); $0 = 'amavisd (master)'; $0 = sprintf("amavisd (ch%d-P-idle)", $Amavis::child_invocation_count); $0 = sprintf("amavisd (ch%d-P)", $Amavis::child_invocation_count); $0 = sprintf("amavisd (ch%d-P-idle)", $Amavis::child_invocation_count); $0 = sprintf("amavisd (ch%d-P)", $Amavis::child_invocation_count); $0 = sprintf("amavisd (ch%d-P-idle)", $Amavis::child_invocation_count); $0 = sprintf("amavisd (ch%d-P)", $Amavis::child_invocation_count); $0 = sprintf("amavisd (ch%d-idle)", $Amavis::child_invocation_count); $0 = sprintf("amavisd (ch%d-%s)", $0 = sprintf("amavisd (ch%d-%s-idle)", $0 = sprintf("amavisd (ch%d)", $Amavis::child_invocation_count); But never ever will be set the full path. I'm helpless :-( -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.