summaryrefslogtreecommitdiff
path: root/roles/storage/zfs/syncoid/templates/pull.timer.j2
diff options
context:
space:
mode:
authorChristian Pointner <equinox@spreadspace.org>2021-05-20 12:38:57 +0200
committerChristian Pointner <equinox@spreadspace.org>2021-05-20 12:38:57 +0200
commiteb9f54b296b8a2c0776babddff5cfe2e2febea3b (patch)
tree57d57040703953a00d3b1e31ed92700ffb4f3e18 /roles/storage/zfs/syncoid/templates/pull.timer.j2
parentsyncoid/autosuspend: tweak timing a little (diff)
syncoid autosuspend: improve log out put and timer accuracy
Diffstat (limited to 'roles/storage/zfs/syncoid/templates/pull.timer.j2')
-rw-r--r--roles/storage/zfs/syncoid/templates/pull.timer.j21
1 files changed, 1 insertions, 0 deletions
diff --git a/roles/storage/zfs/syncoid/templates/pull.timer.j2 b/roles/storage/zfs/syncoid/templates/pull.timer.j2
index cc252854..bcbb1a28 100644
--- a/roles/storage/zfs/syncoid/templates/pull.timer.j2
+++ b/roles/storage/zfs/syncoid/templates/pull.timer.j2
@@ -3,6 +3,7 @@ Description=syncoid-based backup for {{ item.key }}
[Timer]
OnCalendar={{ item.value.periodic.schedule }}
+AccuracySec=10s
WakeSystem={{ zfs_syncoid_autosuspend | ternary('true', 'false') }}
[Install]