summarylogtreecommitdiffstats
path: root/imapnotify@.service
blob: 621815a2d7e0aceb7a53cda9f1bb8d8b311f978e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
[Unit]
Description=Execute scripts on new messages using IDLE imap command
After=network.target

[Service]
Type=simple
ExecStart=/usr/bin/imapnotify -c ~/.config/imapnotify/%I.json
Restart=on-failure
RestartSec=20

[Install]
WantedBy=default.target