# Sample pies configuration for running pmult. # Special handling for exit codes that mean the program was used incorrectly # or misconfigured. return-code EX_USAGE EX_CONFIG { action disable; notify root; message "From: <>\n" "X-Agent: ${canonical-program-name} (${package} ${version})\n" "Subject: Component ${component} disabled.\n" "\n" "Component \"${component}\" terminated with code ${retcode}, which means\n" "some configuration problem.\n" "It will not be restarted automatically. Please fix its configuration\n" "and restart it at your earliest convenience."; }; component pmult { command "SBINDIR/pmult"; user meta1s; stderr info; stdout info; };