mirror of
https://github.com/protesilaos/dotfiles.git
synced 2026-09-10 07:16:20 -04:00
10 lines
143 B
SYSTEMD
10 lines
143 B
SYSTEMD
[Unit]
|
|
Description=Mailbox synchronization timer
|
|
|
|
[Timer]
|
|
OnBootSec=2m
|
|
OnUnitActiveSec=2m
|
|
Unit=mbsync.service
|
|
|
|
[Install]
|
|
WantedBy=timers.target |