Merge branch 'master' of gitlab.com:chriscochrun/dotfiles
This commit is contained in:
commit
c4c51e96f4
5 changed files with 22 additions and 4 deletions
8
systemd/user/mail.service
Normal file
8
systemd/user/mail.service
Normal 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
9
systemd/user/mail.timer
Normal file
|
@ -0,0 +1,9 @@
|
|||
[Unit]
|
||||
Description=timer for syncing mail
|
||||
|
||||
[Timer]
|
||||
OnStartupSec=2min
|
||||
OnUnitActiveSec=30min
|
||||
|
||||
[Install]
|
||||
WantedBy=timers.target
|
Loading…
Add table
Add a link
Reference in a new issue