diff options
author | Matthias P. Braendli <matthias.braendli@mpb.li> | 2024-05-01 08:02:57 +0200 |
---|---|---|
committer | Matthias P. Braendli <matthias.braendli@mpb.li> | 2024-05-01 08:02:57 +0200 |
commit | 60d791fee684aaa847b4987542b753b772b989ba (patch) | |
tree | 34fa5a9edec2c158f42a03d27a37d99f3d7a3b5e /doc | |
parent | 12374d9c368a582459a6211e2d48046bc43f5fbb (diff) | |
download | dabmod-60d791fee684aaa847b4987542b753b772b989ba.tar.gz dabmod-60d791fee684aaa847b4987542b753b772b989ba.tar.bz2 dabmod-60d791fee684aaa847b4987542b753b772b989ba.zip |
Add startupcheck
Diffstat (limited to 'doc')
-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 |