dotfiles/.config/systemd/user/goimapnotify.service
2025-03-17 15:52:04 -04:00

13 lines
288 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=/home/fic/go/bin/goimapnotify
Restart=always
RestartSec=30
[Install]
WantedBy=default.target