mirror of
https://github.com/alrayyes/dotfiles/
synced 2023-11-14 15:56:30 +00:00
11 lines
146 B
SYSTEMD
11 lines
146 B
SYSTEMD
|
[Unit]
|
||
|
Description=Mailbox synchronization timer
|
||
|
|
||
|
[Timer]
|
||
|
OnBootSec=2m
|
||
|
OnUnitActiveSec=5m
|
||
|
Unit=mailsync.service
|
||
|
|
||
|
[Install]
|
||
|
WantedBy=timers.target
|