mirror of
https://github.com/brunofontes/linuxShortcuts.git
synced 2024-11-23 21:20:50 +00:00
11 lines
144 B
SYSTEMD
11 lines
144 B
SYSTEMD
[Unit]
|
|
Description=Mailbox synchronization timer
|
|
|
|
[Timer]
|
|
OnBootSec=2m
|
|
OnUnitActiveSec=5m
|
|
Unit=mbsync.service
|
|
|
|
[Install]
|
|
WantedBy=timers.target
|