aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/mbsync/.config/systemd/user/maildir-notify.service
blob: 3c57b0645a51509f67ffaf0db617d18022f15ec2 (plain)
1
2
3
4
5
6
7
8
9
10
[Unit]
Description=Watches Maildir for new mail and sends notifications

[Service]
Type=simple
ExecStart=%h/.local/bin/maildir-notify
RestartSec=10

[Install]
WantedBy=default.target