void-packages/srcpkgs/clockspeed/files/clockspeed.conf
TJ Vanderpoel 3299466d7e New package: clockspeed-0.62
clockspeed: remove unused template variable

clockspeed: make arch-specific for x86/x86_64

* Add NOTES about what the package contains
* Add README and INSTALL to docs

clockspeed: depend on sv-helper for supervision
2015-02-25 13:59:47 -06:00

16 lines
351 B
Text

# /usr/local/etc/clockspeed.conf
# configuration support for djb clockspeed (0.62)
# ===
## CLOCKSPEED_HOME=/path/to/clockspeed
CLOCKSPEED_HOME="/var/lib/clockspeed"
## CLOCKSPEED_BIN=/path/to/clockspeed/bin
CLOCKSPEED_BIN="/usr/bin"
## CLOCK_TYPE 'ntp' | 'tai'
CLOCK_TYPE="ntp"
## CLOCK_IP="1.2.3.4"
CLOCK_IP="104.232.3.3"
### that's all, folks!