# Sample pies configuration for running pmult and MeTA1 # Special handling for exit codes that mean the program was # incorrectly used or misconfigured. return-code (EX_USAGE, EX_CONFIG) { action disable; notify "root"; message <<- EOT From: Pies <> X-Agent: ${canonical-program-name} (${package} ${version}) Subject: Component ${component} disabled. Component "${component}" has terminated with code ${retcode}, which means it encountered some configuration problem. I will not restart it automatically. Please fix its configuration and restart it manually at your earliest convenience. To restart, run ``${program-name} -R ${component}'' --- Wuff-wuff, Pies EOT; } component pmult { command "/usr/local/sbin/pmult"; user meta1s; stderr syslog err; stdout syslog info; } include-meta1 "/etc/meta1/meta1.conf";