diff options
| author | Paul Buetow <paul@buetow.org> | 2026-07-22 23:52:52 +0300 |
|---|---|---|
| committer | Paul Buetow <paul@buetow.org> | 2026-07-22 23:52:52 +0300 |
| commit | 3004a7100e325c006971cc2e8d0f157338c0ce5c (patch) | |
| tree | b9d2be78433b2d6e13be6344357d1f81fa9ec44b /examples/dserver.service.example | |
| parent | 17bf7e042496a4afcbf6ee7a583378adb3ec502d (diff) | |
Squashed development of the documentation and example configuration:
- AGENTS.md / CLAUDE.md: repository guide describing build/test/benchmark/PGO
workflows and the single default read/output path (formerly "turbo").
- doc/ and docs/: query-language reference, log formats, auth-key fast reconnect,
journal source reads, performance analyses (dated point-in-time records kept
under historical-note disclaimers), and the turbo-vs-normal benchmark report
with its result CSVs.
- README.md updates; examples/ config + JSON schema aligned with the current
Output* server tuning fields (the removed TurboBoost* keys dropped).
Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
Diffstat (limited to 'examples/dserver.service.example')
| -rw-r--r-- | examples/dserver.service.example | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/examples/dserver.service.example b/examples/dserver.service.example index c5e5e59..f299025 100644 --- a/examples/dserver.service.example +++ b/examples/dserver.service.example @@ -1,3 +1,5 @@ +# Installs disabled by default: do not run `systemctl enable dserver` unless you +# want it at boot. Start manually with: sudo systemctl start dserver [Unit] Description=DTail server After=network.target |
