惯性聚合 高效追踪和阅读你感兴趣的博客、新闻、科技资讯
阅读原文 在惯性聚合中打开

推荐订阅源

云风的 BLOG
云风的 BLOG
The GitHub Blog
The GitHub Blog
A
About on SuperTechFans
P
Proofpoint News Feed
G
Google Developers Blog
Stack Overflow Blog
Stack Overflow Blog
IT之家
IT之家
Microsoft Security Blog
Microsoft Security Blog
F
Fortinet All Blogs
人人都是产品经理
人人都是产品经理
博客园 - 叶小钗
C
Check Point Blog
Microsoft Azure Blog
Microsoft Azure Blog
aimingoo的专栏
aimingoo的专栏
月光博客
月光博客
美团技术团队
D
Docker
博客园 - Franky
Y
Y Combinator Blog
大猫的无限游戏
大猫的无限游戏
Cyber Security Advisories - MS-ISAC
Cyber Security Advisories - MS-ISAC
博客园 - 【当耐特】
罗磊的独立博客
奇客Solidot–传递最新科技情报
奇客Solidot–传递最新科技情报

The Register - Software: OSes

Fedora: Microsoft is all aboard, but Deepin is dumped Microsoft promises to do better, but it has a long way to go First big Microsoft update after vow to 'win back fans' Who needs ghost train scares when Windows is such a fright? Microsoft boss tells investors the company is working to 'win back fans' Microsoft boss says company is working to 'win back fans' Linux cryptographic code flaw offers fast route to root Fedora 44 is out – countless versions of it Microsoft sets its sights on the past with 86-DOS and PC-DOS Microsoft updates the Windows Update Experience Windows second-chance setup hurts IT, productivity Ubuntu Resolute Raccoon drops Xorg, keeps X11 apps alive More ancient Linux device support facing the ax WSL9x hacks Linux into ancient Windows 9x systems UK tribunal sends £2B claim accusing Microsoft of overcharging for licensing to trial Zorin OS 18.1 released - and the Lite edition reappears Task Manager's CPU%: an obituary for the recent past Linux 7.1 will have an optional new NTFS driver Microsoft releases Windows Server update to fix April update 20-year-old Enlightenment E16 bug finally gets patched 20-year-old Enlightenment E16 bug finally gets patched Raspberry Pi OS ends open-door policy for sudo Firefox Nightly adds Web Serial after years of saying no Windows Update: Torture chamber for seldom-used PCs Windows Update: Torture chamber for seldom-used PCs Notepad loses Copilot icon as Microsoft gives subtlety a try Notepad loses Copilot icon as Microsoft gives subtlety a try Microsoft attempts to untangle Windows Insider program Adobe finally patches PDF pest after months of abuse NHS pays £46K to prep next Microsoft licensing round
Systemd 260 kills SysV, tells AI not to misbehave
Liam Proven Liam Proven · 2026-03-18 · via The Register - Software: OSes

The latest release of the most widely used Linux init system is here, and between dropping init script support and AI-assisted coding, we feel sure that this release will win it yet more admirers.

Systemd 260 delivers one of the changes that the developers have been promising for at least a few years – we reported that init script support was going back in 2023.

According to the release notes:

  • Support for System V service scripts has been removed. Please make sure to update your software now to include a native systemd unit file instead of a legacy System V script.

    The following components have been removed:

    systemd-rc-local-generator and rc-local.service,

    systemd-sysv-generator,

    systemd-sysv-install (hook for systemctl enable/disable/is-enabled).

It also needs a newer Linux kernel (minimum 5.10, 5.14 recommended, and 6.6 required for full functionality), plus a selection of other libraries and supporting files. Notably, it drops support for version 1 of libidn – now you'll need libidn2. None of this is likely to be hugely disruptive for new versions of distros using systemd 260.

There's also a new Markdown file in the systemd GitHub repository, which may set alarm bells ringing for some developers. The new file is called AGENTS.md, and replaces one that was called CLAUDE.md. The new AGENTS.md file provides instructions to help guide AI agents. (We are restraining ourselves from scattering quotation marks around this paragraph like confetti.)

Given the long history of AI agents ignoring instructions, which The Register was reporting in 2024 and still is this year, this strikes us as rather like King Canute ordering the tide not to rise (for non-Brits, this is a famous legend). It is pretty much doomed to fail.

The existence of a file with instructions for agents doesn't necessarily prove that systemd 260 itself was built using LLM coding assistants. For now, their use appears to be limited to reviewing changes, as the code suggests. Its description says:

However, systemd does now feature on at least one edition of the OpenSlopware list of slop-contaminated FOSS. We covered the rise and fall of the original controversial list back in January.

Integrates Claude Code as an AI assistant for reviewing pull requests.

According to the OpenSlopware list, for now, bot-generated code is confined to one specific sub-element of systemd, sd-bus, which is a "lightweight D-Bus IPC client library." The list highlights Commit 744d589 from late January, summarized as "add test cases for truncated fds," in which Red Hat developer Allison Karlitskaya notes that she did this "with Claude's help."

This is a requirement – the AGENTS.md file specifically stipulates:

The extra 244 lines in sd-bus are spread across two relatively small changes, which add more tests to a small submodule. Appearing on OpenSlopware probably won't faze the systemd developers much. They are by necessity a thick-skinned crew, as the facetious comment on the release of systemd 256 – "now with 42 percent less Unix philosophy" – emphasized. That said, we suspect more AI code changes will follow.

The other changes in this version are mostly relatively minor, including tweaks to handling of intermittent network connections, aid the display of friendly distribution names, add the ability to handle OCI images via systemd-mstack, and other low-level adjustments that most users will never notice.

Just like the removed support for traditional init scripts, this consent for LLM-generated changes will likely further deepen and widen the divide between the many folks who use systemd and say that it makes life easier, and the determined holdouts who want nothing to do with it. In practice, we suspect it will make no visible difference. ®

Per project policy: if you use AI code generation tools, you must disclose this in commit messages by adding e.g. Co-developed-by: Claude Opus 4.6 <noreply@anthropic.com></noreply@anthropic.com>. All AI-generated output requires thorough human review before submission.