003 File Manager
Current Path:
/usr/src/contrib/ntp/scripts/deprecated
usr
/
src
/
contrib
/
ntp
/
scripts
/
deprecated
/
📁
..
📄
freq_adj.in
(2.27 KB)
📄
hpadjtime.sh
(302 B)
📄
html2man.in
(6.5 KB)
📄
ntp-close
(221 B)
📄
ntp-groper
(2.53 KB)
📄
ntp-restart
(266 B)
📄
ntp-status
(1.02 KB)
Editing: ntp-restart
#!/bin/sh # # This script can be used to kill and restart the NTP daemon. Edit the # /usr/local/bin/ntpd line to fit. # kill -INT `ps -ax | egrep "ntpd" | egrep -v "egrep" | sed 's/^\([ 0-9]*\) .*/\1'/` sleep 10 /usr/local/bin/ntpd -g /usr/local/bin/ntp-wait exit 0
Upload File
Create Folder