mirror of
https://github.com/pigmonkey/spark.git
synced 2026-01-23 10:25:39 +00:00
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:
parent
a128e48306
commit
22c0cc6441
2 changed files with 2 additions and 0 deletions
|
|
@ -26,6 +26,7 @@ ssh:
|
|||
mail:
|
||||
sync_tool: isync
|
||||
sync_time: 10min
|
||||
sync_boot_delay: 2min
|
||||
sync_on: trusted
|
||||
|
||||
network:
|
||||
|
|
|
|||
|
|
@ -3,6 +3,7 @@
|
|||
Description=Mailbox synchronization timer
|
||||
|
||||
[Timer]
|
||||
OnBootSec={{ mail.sync_boot_delay }}
|
||||
OnUnitActiveSec={{ mail.sync_time }}
|
||||
Unit=mailsync@%i.service
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue