mirror of
https://gitlab.postmarketos.org/postmarketOS/pmaports.git
synced 2025-07-13 08:39:47 +03:00
13 lines
316 B
Desktop File
13 lines
316 B
Desktop File
[Unit]
|
|
Description=Execute scripts on IMAP mailbox changes (new/deleted/updated messages) using IDLE, golang version.
|
|
StartLimitIntervalSec=1d
|
|
StartLimitBurst=5
|
|
|
|
[Service]
|
|
Type=simple
|
|
ExecStart=/usr/bin/goimapnotify -conf %h/.config/imapnotify/%i.yaml
|
|
Restart=always
|
|
RestartSec=30
|
|
|
|
[Install]
|
|
WantedBy=default.target
|