1
0
mirror of https://github.com/pkoning2/decstuff.git synced 2026-01-16 16:27:37 +00:00
2023-11-20 17:08:26 -05:00

10 lines
267 B
Plaintext

$! Start NTP daemon
$ _assign/system/replace SY:[0,123] NTP$:
$! --- change the line below to specify the Ethernet device to use
$ _assign/system/replace XE1: NTP$IF:
$! Enable output so the NTP startup message is displayed
$ set echo
$ _run NTP$:NTP
$ set noecho
$!