diff options
Diffstat (limited to 'src/conf/py-sample')
-rw-r--r-- | src/conf/py-sample/sample.jsonc | 6 |
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": [ { |