some awesome changes mostly

This commit is contained in:
Chris Cochrun 2021-09-01 06:04:57 -05:00
parent 8520db7ac6
commit 5e2448e1fb
7 changed files with 34 additions and 16 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