Lines Matching full:restart
33 # How to restart NTP - older NTP: service ntpd? try-restart | condrestart
35 RESTART=
76 -c Command to restart NTP after installing a new file
103 If the current file is acceptable, no download or restart occurs.
164 RESTART="$OPTARG"
385 # Restart NTP (or whatever else is specified)
387 if [ -n "$RESTART" ]; then
389 log "info" "Attempting restart action: $RESTART"
391 R="$( 2>&1 $RESTART )"
393 log "notice" "Restart action succeeded"
398 log "error" "Restart action failed"