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

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

[Install]
WantedBy=default.target