update imapnotify location

This commit is contained in:
TEC 2020-06-30 03:03:37 +08:00
parent 309d40a9e3
commit f50c0aac8b
1 changed files with 2 additions and 2 deletions

View File

@ -1032,7 +1032,7 @@ mail. Unfortunately this means /yet another/ config file :(
We install with
#+BEGIN_SRC shell :eval no
go get -u gitlab.com/shackra/goimapnotify
ln -s ~/go/bin/goimapnotify ~/.local/bin/
ln -s ~/.local/share/go/bin/goimapnotify ~/.local/bin/
#+END_SRC
Here's the general plan:
@ -1476,7 +1476,7 @@ ConditionPathExists=%h/.imapnotify/%I/notify.conf
After=network.target
[Service]
ExecStart=%h/go/bin/goimapnotify -conf %h/.imapnotify/%I/notify.conf
ExecStart=%h/.local/bin/goimapnotify -conf %h/.imapnotify/%I/notify.conf
Restart=always
RestartSec=30