diff options
author | 2025-06-03 14:02:17 -0400 | |
---|---|---|
committer | 2025-06-03 14:02:17 -0400 | |
commit | eb1fa89c2d0dafa21181ccbb6d79b8f8f90b6fc8 (patch) | |
tree | 3cf194f8ab61e761ad656d4e3f6a724bd1014daf /.config/systemd/user/mbsync.timer | |
download | dotfiles-eb1fa89c2d0dafa21181ccbb6d79b8f8f90b6fc8.tar.gz dotfiles-eb1fa89c2d0dafa21181ccbb6d79b8f8f90b6fc8.zip |
Diffstat (limited to '.config/systemd/user/mbsync.timer')
-rw-r--r-- | .config/systemd/user/mbsync.timer | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/.config/systemd/user/mbsync.timer b/.config/systemd/user/mbsync.timer new file mode 100644 index 0000000..82ebb83 --- /dev/null +++ b/.config/systemd/user/mbsync.timer @@ -0,0 +1,10 @@ +[Unit] +Description=Mailbox synchronization timer + +[Timer] +OnBootSec=2m +OnUnitActiveSec=5m +Unit=mbsync.service + +[Install] +WantedBy=timers.target |