diff options
| author | Grigory Shipunov | 2022-08-19 10:55:03 +0200 |
|---|---|---|
| committer | Grigory Shipunov | 2022-08-19 10:55:03 +0200 |
| commit | 1e636387c1494a9bf420ea58c1a7186b52362789 (patch) | |
| tree | af1452de274197fb582715d14a2e4191e3863eca /modules/mail | |
| parent | 83439701e0a65a484be2da1fd8a070264126fc91 (diff) | |
tweak mbsync service
Diffstat (limited to 'modules/mail')
| -rw-r--r-- | modules/mail/default.nix | 2 |
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; }; }; |
