@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.
Search Criteria
Package Details: tt-rss-git 1.3.0.r4196.g0c4c0ab-1
Package Actions
| 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: | |
| Submitter: | bjonnh |
| Maintainer: | bjonnh |
| Last Packager: | None |
| Votes: | 1 |
| First Submitted: | 2014-01-29 17:12 |
| Last Updated: | 2014-02-15 18:33 |
Latest Comments
Comment by Gilrain
Comment by bjonnh
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
Because I was not aware of it :)
I will check if it doesn't imply anything bad and update the package.
Comment by skad
Why not use multi-process update into the service
php ./update_daemon2.php (multi-process)
Comment by bjonnh
Removed the binaries stripping. (thx demonicmaniac3)