"$ALL" facility in LSB header is ignored by systemd
Issue
-
The Linux Standard base(LSB) header in
/etc/init.d/myservicedefines the$ALLfacility as a requirement, butsystemdignores it.### BEGIN INIT INFO # Provides: scriptname # Required-Start: $ALL # Required-Stop: $ALL # Default-Start: 2 3 4 5 # Default-Stop: 0 1 6 # Short-Description: Start daemon at boot time # Description: Enable service provided by daemon. ### END INIT INFO
Environment
- Red Hat Enterprise Linux 7, 8, 9
- systemd
Subscriber exclusive content
A Red Hat subscription provides unlimited access to our knowledgebase, tools, and much more.