aboutsummaryrefslogtreecommitdiff
path: root/pies/pies.rcin
blob: d1ae1973ab20b36352ea136db5173ba78043d358 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
# 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;
};

Return to:

Send suggestions and report system problems to the System administrator.