summaryrefslogtreecommitdiff
path: root/modules/mail
diff options
context:
space:
mode:
authorGrigory Shipunov2022-08-19 10:55:03 +0200
committerGrigory Shipunov2022-08-19 10:55:03 +0200
commit1e636387c1494a9bf420ea58c1a7186b52362789 (patch)
treeaf1452de274197fb582715d14a2e4191e3863eca /modules/mail
parent83439701e0a65a484be2da1fd8a070264126fc91 (diff)
tweak mbsync service
Diffstat (limited to 'modules/mail')
-rw-r--r--modules/mail/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/mail/default.nix b/modules/mail/default.nix
index e0b9cf8..9f1cc14 100644
--- a/modules/mail/default.nix
+++ b/modules/mail/default.nix
@@ -82,8 +82,8 @@ in
wantedBy = [ "timers.target" ];
timerConfig = {
Unit = "mbsync.service";
+ OnBootSec = "5m";
OnUnitInactiveSec = "11m";
- Persistent = true;
};
};