TE
科技回声
首页24小时热榜最新最佳问答展示工作
GitHubTwitter
首页

科技回声

基于 Next.js 构建的科技新闻平台,提供全球科技新闻和讨论内容。

GitHubTwitter

首页

首页最新最佳问答展示工作

资源链接

HackerNews API原版 HackerNewsNext.js

© 2025 科技回声. 版权所有。

Ask HN: As a developer, should I care about the systemd controversy or not?

7 点作者 Iuz超过 10 年前
Self-explanatory, being a java and python dev is there any way in which systemd is going to affect me negatively or is the init system irrelevant for me?

5 条评论

fiedzia超过 10 年前
If you'd have any contact with init system, or one of services systemd integrates, you'd definitely know what you need from it, so apparently you don't. Systemd will integrate many things that were not integrated before, but that's opaque for app developers. If you write any kind of daemon that starts with the system, you may want to add systemd config file defining how to start your app, but that's probably where your contant with systemd will end.
kamme超过 10 年前
Well, it&#x27;s possible if you&#x27;re somewhat interested in linux in general.<p>I&#x27;m a webdeveloper, mainly doing php, and I found a use case for php-fpm and systemd thanks to a blogpost of a friend. Its php-fpm pools ondemand, if you&#x27;re interested I&#x27;ve written a blogpost about it here: <a href="http://thanatos.be/2014/04/12/php-fpm-ondemand.html" rel="nofollow">http:&#x2F;&#x2F;thanatos.be&#x2F;2014&#x2F;04&#x2F;12&#x2F;php-fpm-ondemand.html</a><p>I guess It all depends on what your goal is or what you like achieving with your code, but imho systemd has some nice features for developers (and doing fun stuff in general). Also have a look at Joey Hess his blogpost about his systemd alarmclock: <a href="http://joeyh.name/blog/entry/a_programmable_alarm_clock_using_systemd/" rel="nofollow">http:&#x2F;&#x2F;joeyh.name&#x2F;blog&#x2F;entry&#x2F;a_programmable_alarm_clock_usin...</a>
collyw超过 10 年前
Unless you find yourself interacting with it on a frequent basis probably not.
valarauca1超过 10 年前
Basically don&#x27;t bother. Init system isn&#x27;t really irrelevant to you, but if you aren&#x27;t already involved in the debate, then you likely aren&#x27;t too concerned are you?
wtracy超过 10 年前
At this point in time, no.<p>If any of the runtimes that you use decide to start adding a systemd dependency, though, then you need to start paying attention.