summarylogtreecommitdiffstats
path: root/pyimapnotify@.service
blob: 5272a728f73a7e81c339a0d465cf2bd11dd0d4ce (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/python -u /usr/bin/pyimapnotify -vv -c %h/.config/imapnotify/%I
Restart=always
RestartSec=20

[Install]
WantedBy=default.target