From 2b1f0f62a5d8cddcb874924f2a7b83dc108c69e6 Mon Sep 17 00:00:00 2001 From: David Timber Date: Sat, 26 Nov 2022 17:10:23 +0800 Subject: Add 'boot-wait' and 'delay' in boot-report ... - Impl 'boot-wait': 'systemd' - Fix typos, spelling error, indentation errors in doc --- src/conf/py-sample/sample.jsonc | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'src/conf/py-sample/sample.jsonc') diff --git a/src/conf/py-sample/sample.jsonc b/src/conf/py-sample/sample.jsonc index b519fdf..2a349c1 100644 --- a/src/conf/py-sample/sample.jsonc +++ b/src/conf/py-sample/sample.jsonc @@ -10,12 +10,14 @@ "mua-param": { "int-opts": [ "smtp=localhost" ] }, - "mail-to": [ "root" ] + "mail-to": [ "root" ], // "subject": "Custom Boot Report Subject from {hostname}", // "header": "Custom header content with {hostname} substitution." // "uptime-since": true, // "uptime": true, - // "bootid": true + // "bootid": true, + // "boot-wait": "systemd", + "delay": 5 }, "tasks": [ { -- cgit v1.2.3-70-g09d2