]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
NEWS: mention about the removal of sysv init script support 40295/head
authorYu Watanabe <watanabe.yu+github@gmail.com>
Tue, 6 Jan 2026 19:38:43 +0000 (04:38 +0900)
committerYu Watanabe <watanabe.yu+github@gmail.com>
Fri, 16 Jan 2026 13:57:39 +0000 (22:57 +0900)
NEWS

diff --git a/NEWS b/NEWS
index 91999c1e238ad06a6140a64c5d97c21d8a5fe80c..db1f32f73c531e9a1426db93a4188d7971e5cf66 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -4,6 +4,20 @@ CHANGES WITH 260 in spe:
 
         Feature Removals and Incompatible Changes:
 
+        * 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).
+
+          The corresponding meson options '-Drc-local=', '-Dsysvinit-path=',
+          and '-Dsysvrcnd-path=' are deprecated, and will be dropped in a future
+          release.
+
         * Meson options '-Dintegration-tests=' and '-Dcryptolib=' (deprecated
           in v258) have been removed.