diff options
Diffstat (limited to 'doc/example.ini')
-rw-r--r-- | doc/example.ini | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/doc/example.ini b/doc/example.ini index 6e71d4a..eda50a5 100644 --- a/doc/example.ini +++ b/doc/example.ini @@ -1,5 +1,12 @@ ; Sample configuration file for ODR-DabMod +[general] +; Before starting up, run this command, and abort if it doesn't return 0. +; This is useful to ensure that NTP has properly synchronised time. +startupcheck= +;startupcheck=chronyc waitsync 10 0.01 +;startupcheck=ntp-wait -fv + [remotecontrol] ; The RC feature is described in detail in doc/README-RC.md |