Merge branch 'master' of gitlab.com:chriscochrun/dotfiles

This commit is contained in:
Chris Cochrun 2021-09-01 13:39:47 -05:00
commit c4c51e96f4
5 changed files with 22 additions and 4 deletions

View file

@ -0,0 +1,8 @@
[Unit]
Description=mbsync automated sync of mail
[Service]
ExecStart=/home/chris/scripts/mailsync.sh
[Install]
WantedBy=default.target

9
systemd/user/mail.timer Normal file
View file

@ -0,0 +1,9 @@
[Unit]
Description=timer for syncing mail
[Timer]
OnStartupSec=2min
OnUnitActiveSec=30min
[Install]
WantedBy=timers.target