aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/notmuch/.config/systemd/user/goimapnotify.service
blob: 6a76d4d95b25f3159dae04a1e1a49a27ad72d41f (plain)
1
2
3
4
5
6
7
8
9
10
11
[Unit]
Description=Execute scripts on IMAP mailbox changes (new/deleted/updated messages) using IDLE, golang version.

[Service]
Type=simple
ExecStart=/usr/bin/goimapnotify
Restart=always
RestartSec=30

[Install]
WantedBy=default.target