Lines Matching full:restart
132 { "restart", no_argument, NULL, 'r' },
133 { "restart-count", required_argument, NULL, 'C' },
134 { "restart-delay", required_argument, NULL, 'R' },
165 " --restart -r Restart child if it terminates (1 sec delay)\n"
166 " --restart-count -C <N> Restart child at most N times, then exit\n"
167 " --restart-delay -R <N> Restart child if it terminates after N sec\n"
195 * --restart -r / --restart-delay -R
217 errx(6, "invalid restart count: %s", e);
268 errx(6, "invalid restart delay: %s", e);