[arch-commits] Commit in tt-rss/trunk (PKGBUILD service)

Bartłomiej Piotrowski bpiotrowski at nymeria.archlinux.org
Sat May 24 09:18:58 UTC 2014


    Date: Saturday, May 24, 2014 @ 11:18:58
  Author: bpiotrowski
Revision: 111776

upgpkg: tt-rss 1.12-2

redirect stdout to null to unclutter journal (FS#40512)

Modified:
  tt-rss/trunk/PKGBUILD
  tt-rss/trunk/service

----------+
 PKGBUILD |    4 ++--
 service  |    7 +++----
 2 files changed, 5 insertions(+), 6 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2014-05-24 05:26:09 UTC (rev 111775)
+++ PKGBUILD	2014-05-24 09:18:58 UTC (rev 111776)
@@ -6,7 +6,7 @@
 
 pkgname=tt-rss
 pkgver=1.12
-pkgrel=1
+pkgrel=2
 pkgdesc='Web-based news feed (RSS/Atom) aggregator'
 arch=('any')
 url='http://tt-rss.org/redmine/'
@@ -17,7 +17,7 @@
 source=(https://github.com/gothfox/Tiny-Tiny-RSS/archive/$pkgver.tar.gz
         service)
 md5sums=('2ece52d859ca66883a6140ca637bc53b'
-         '701400b270ad6f4e9f03611b3582bbdd')
+         'cb9900413dd53d44a5ed1116c962dbcb')
 
 package() {
   cd Tiny-Tiny-RSS-$pkgver

Modified: service
===================================================================
--- service	2014-05-24 05:26:09 UTC (rev 111775)
+++ service	2014-05-24 09:18:58 UTC (rev 111776)
@@ -1,13 +1,12 @@
 [Unit]
 Description=Tiny Tiny RSS feeds update daemon
-After=network.target
-After=mysqld.service
-After=postgresql.service
+After=network.target mysqld.service postgresql.service
 
 [Service]
 ExecStart=/usr/bin/php /usr/share/webapps/tt-rss/update.php --daemon
 User=http
-StandardOutput=syslog
+StandardOutput=null
+StandardError=syslog
 
 [Install]
 WantedBy=multi-user.target




More information about the arch-commits mailing list