Makes systemd handle davmail and regular inbox checks
This commit is contained in:
parent
acba5f4559
commit
1da1a17c0b
3 changed files with 29 additions and 0 deletions
10
davmail/.config/systemd/user/davmail.service
Normal file
10
davmail/.config/systemd/user/davmail.service
Normal file
|
@ -0,0 +1,10 @@
|
|||
[Unit]
|
||||
Description=DavMail for Work
|
||||
|
||||
[Service]
|
||||
ExecStart=/usr/bin/davmail %h/.config/davmail/davmail.properties.secret
|
||||
Restart=on-failure
|
||||
|
||||
[Install]
|
||||
WantedBy=default.target
|
||||
DefaultInstance=davmail
|
Loading…
Add table
Add a link
Reference in a new issue