TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Debian drops redis non-systemd support

4 pointsby binaryapparatusover 7 years ago

1 comment

JdeBPover 7 years ago
That is only a true headline if one does not read the actual commit, but rather blindly accepts the incorrect descriptions posted on two discussion fora from a couple of people.<p>What Chris Lamb of Debian has <i>actually</i> done is removed <i>a Debian-specific mechanism</i>, that runs a set of Debian-specific scripts (using its run-parts tool) that <i>are not rc scripts</i>, from <i>both</i> the systemd service unit and the van Smoorenburg rc file, and <i>not</i> eliminated any support for an init system.<p>This is stuff that was <i>never in Redis proper</i> and that has always been a Debian addition to Redis, included in the Debian packaging for Redis, and here dropped from that very same packaging and not from Redis proper. It was in fact Chris Lamb that <i>added</i> this Debian-specific mechanism in the first place, and it has only been there since 2015.<p>* <a href="https:&#x2F;&#x2F;github.com&#x2F;lamby&#x2F;pkg-redis&#x2F;commit&#x2F;e427f8db8954bb78364d89defdb3dee47b8b998a" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;lamby&#x2F;pkg-redis&#x2F;commit&#x2F;e427f8db8954bb7836...</a><p>* <a href="https:&#x2F;&#x2F;github.com&#x2F;lamby&#x2F;pkg-redis&#x2F;commit&#x2F;0d7bc7aed4202dba0b698a57d703d1a5648caa39" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;lamby&#x2F;pkg-redis&#x2F;commit&#x2F;0d7bc7aed4202dba0b...</a><p>The van Smoorenburg rc file being touched is not even part of Redis proper, <i>either</i>. The Redis proper one is markedly different, lacking LSB headers and assuming the software to be in &#x2F;usr&#x2F;local rather than in &#x2F;usr .<p>* <a href="https:&#x2F;&#x2F;github.com&#x2F;lamby&#x2F;pkg-redis&#x2F;blob&#x2F;debian&#x2F;sid&#x2F;utils&#x2F;redis_init_script" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;lamby&#x2F;pkg-redis&#x2F;blob&#x2F;debian&#x2F;sid&#x2F;utils&#x2F;red...</a>