aboutsummaryrefslogtreecommitdiff
path: root/email/dot-config/systemd/user/goimap.service
blob: e90899975167640aee02eb738130c211931c903e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
[Unit]
Description=Execute scripts on IMAP mailbox changes
Documentation=https://gitlab.com/shackra/goimapnotify
PartOf=graphical-session.target
After=graphical-session.target
After=network-online.target

[Service]
Type=simple
ExecStart=/usr/bin/goimapnotify -conf %h/.config/imapnotify/mit.yaml
Restart=always
RestartSec=300

[Install]
WantedBy=graphical-session.target