goimap
This commit is contained in:
parent
e806f2eb04
commit
4cbef0e520
1 changed files with 13 additions and 0 deletions
13
.config/systemd/user/goimapnotify.service
Normal file
13
.config/systemd/user/goimapnotify.service
Normal file
|
@ -0,0 +1,13 @@
|
|||
[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
|
Loading…
Add table
Add a link
Reference in a new issue