Package Details: tt-rss-git 1.3.0.r4196.g0c4c0ab-1

Package Base: tt-rss-git
Description: Web-based news feed (RSS/Atom) aggregator (Git version)
Upstream URL: http://tt-rss.org/redmine/
Category: network
Licenses: GPL
Submitter: bjonnh
Maintainer: bjonnh
Last Packager: None
Votes: 1
First Submitted: 2014-01-29 17:12
Last Updated: 2014-02-15 18:33

Dependencies (1)

Required by (0)

Sources

Latest Comments

Comment by Gilrain

2015-02-09 16:46

@bjonnh
>> Why not use multi-process update into the service?
> Ok, looks like it requires user to have the posix module activated in php.ini.

By using "/usr/bin/php --define extension=posix.so /usr/share/webapps/tt-rss/update_daemon2.php" the posix module is loaded only by the ttrss service, regardless of what's in php.ini.
Since posix is part of the php package, replacing the ExecStart command in the package shouldn't pose a problem.

Comment by bjonnh

2014-09-23 21:37

Ok, looks like it requires user to have the posix module activated in php.ini.

So I'm not really sure I should activate that by default.

Comment by bjonnh

2014-09-23 21:27

Because I was not aware of it :)

I will check if it doesn't imply anything bad and update the package.

Comment by skad

2014-09-23 08:44

Why not use multi-process update into the service
php ./update_daemon2.php (multi-process)

Comment by bjonnh

2014-02-15 18:35

Removed the binaries stripping. (thx demonicmaniac3)