aboutsummaryrefslogtreecommitdiff
path: root/src/conf/py-sample/boot-report.jsonc
diff options
context:
space:
mode:
authorDavid Timber <dxdt@dev.snart.me>2022-05-15 21:31:54 +0800
committerDavid Timber <dxdt@dev.snart.me>2022-05-15 21:31:54 +0800
commitf0e3d3ef8f9dad895f7b6bc1768630f0ef17912e (patch)
tree8fed439b2aab75f091c41e5778cbc72ac2c1f20a /src/conf/py-sample/boot-report.jsonc
parent7d2345ecae07e4b792c60f7d36fa78bb2dc69706 (diff)
Add boot-report subcmd ...
- Fix palhm-dnssec-check.sh - Make "tasks" config optional so that PALHM can be used only for boot-report
Diffstat (limited to 'src/conf/py-sample/boot-report.jsonc')
-rw-r--r--src/conf/py-sample/boot-report.jsonc7
1 files changed, 7 insertions, 0 deletions
diff --git a/src/conf/py-sample/boot-report.jsonc b/src/conf/py-sample/boot-report.jsonc
new file mode 100644
index 0000000..dd9d606
--- /dev/null
+++ b/src/conf/py-sample/boot-report.jsonc
@@ -0,0 +1,7 @@
+{
+ "boot-report": {
+ // "mua": "stdout",
+ "mua": "mailx",
+ "mail-to": [ "root" ]
+ }
+}