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
10
davmail/.config/systemd/user/checkemails@.service
Normal file
10
davmail/.config/systemd/user/checkemails@.service
Normal file
|
@ -0,0 +1,10 @@
|
|||
[Unit]
|
||||
Description=Check emails for %i
|
||||
After=davmail.service
|
||||
Requires=davmail.service
|
||||
|
||||
[Service]
|
||||
ExecStart=/home/jonathan/.bin/emails/check-emails %i
|
||||
|
||||
[Install]
|
||||
WantedBy=default.target
|
Loading…
Add table
Add a link
Reference in a new issue