Makes systemd handle davmail and regular inbox checks
This commit is contained in:
parent
c80a9ec925
commit
2acea3ea54
3 changed files with 29 additions and 0 deletions
9
davmail/.config/systemd/user/checkemails@inbox.timer
Normal file
9
davmail/.config/systemd/user/checkemails@inbox.timer
Normal file
|
@ -0,0 +1,9 @@
|
|||
[Unit]
|
||||
Description=Check Inbox Every Minute
|
||||
|
||||
[Timer]
|
||||
OnBootSec=1min
|
||||
OnUnitActiveSec=1min
|
||||
|
||||
[Install]
|
||||
WantedBy=timers.target
|
Loading…
Add table
Add a link
Reference in a new issue