aboutsummaryrefslogtreecommitdiff
path: root/src/conf
diff options
context:
space:
mode:
authorDavid Timber <dxdt@dev.snart.me>2022-11-26 17:10:23 +0800
committerDavid Timber <dxdt@dev.snart.me>2022-11-26 17:22:59 +0800
commit2b1f0f62a5d8cddcb874924f2a7b83dc108c69e6 (patch)
treed35e4db977234c2efda7c55e9173077d3e709a8f /src/conf
parent6789c980678f46a602d9f82bfc0ec2a3d52a645e (diff)
Add 'boot-wait' and 'delay' in boot-report ...
- Impl 'boot-wait': 'systemd' - Fix typos, spelling error, indentation errors in doc
Diffstat (limited to 'src/conf')
-rw-r--r--src/conf/py-sample/sample.jsonc6
1 files changed, 4 insertions, 2 deletions
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": [
{