missing-systemd-service-for-init.d-rcS-script
The rcS init.d script has no systemd equivalent.
Systemd has a SysV init.d script compatibility mode. It provides access to
each SysV init.d script as long as there is no native service file with the
same name (e.g. /lib/systemd/system/rsyslog.service
corresponds to
/etc/init.d/rsyslog
).
Services in rcS.d are particularly problematic, because they often cause dependency loops, as they are ordered very early in the boot sequence.
For more information please consult:
The tag is present in Lintian version 2.114.163
.
That is the most recent version we know about.
We use semantic versions.
The patch number is a commit step indicator relative to the
2.112.0
release tag in our Git
repository.
You can find the detection logic for this version at commit 131c0f4. For merge requests, please use the latest version in the Lintian check systemd.
Visibility: error
- systemd-no-service-for-init-rcS-script