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

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

[Install]
WantedBy=default.target