summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD2
-rw-r--r--pyimapnotify@.service4
3 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index e102aac0591f..4f9ef7c37929 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,9 +1,9 @@
# Generated by mksrcinfo v8
-# Mon Oct 10 00:23:39 UTC 2016
+# Thu Oct 20 04:23:22 UTC 2016
pkgbase = python-imapnotify
pkgdesc = Execute scripts on new messages using IDLE imap command (Python version)
pkgver = 0.0.3
- pkgrel = 2
+ pkgrel = 3
url = https://github.com/a-sk/python-imapnotify
install = python-imapnotify.install
arch = any
diff --git a/PKGBUILD b/PKGBUILD
index fceb93acd1f3..b8294a6fff72 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
pkgname=python-imapnotify
pkgver=0.0.3
-pkgrel=2
+pkgrel=3
pkgdesc='Execute scripts on new messages using IDLE imap command (Python version)'
arch=('any')
url='https://github.com/a-sk/python-imapnotify'
diff --git a/pyimapnotify@.service b/pyimapnotify@.service
index 2925e7495887..5272a728f73a 100644
--- a/pyimapnotify@.service
+++ b/pyimapnotify@.service
@@ -4,8 +4,8 @@ After=network.target
[Service]
Type=simple
-ExecStart=/usr/bin/pyimapnotify -c %h/.config/imapnotify/%I
-Restart=on-failure
+ExecStart=/usr/bin/python -u /usr/bin/pyimapnotify -vv -c %h/.config/imapnotify/%I
+Restart=always
RestartSec=20
[Install]