some awesome changes mostly
This commit is contained in:
parent
8520db7ac6
commit
5e2448e1fb
7 changed files with 34 additions and 16 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