add boot delay back to mailsync timer

Without this, it appears that the timer will never do its initial
execution.
This commit is contained in:
Pig Monkey 2016-01-15 19:14:01 -08:00
parent a128e48306
commit 22c0cc6441
2 changed files with 2 additions and 0 deletions

View file

@ -26,6 +26,7 @@ ssh:
mail:
sync_tool: isync
sync_time: 10min
sync_boot_delay: 2min
sync_on: trusted
network:

View file

@ -3,6 +3,7 @@
Description=Mailbox synchronization timer
[Timer]
OnBootSec={{ mail.sync_boot_delay }}
OnUnitActiveSec={{ mail.sync_time }}
Unit=mailsync@%i.service