-
-
Notifications
You must be signed in to change notification settings - Fork 4.1k
Closed
Description
systemd version the issue has been seen with
239-68.el8_7.4
Used distribution
Rocky Linux 8.7
Linux kernel version used
6.2.10-100.fc36.x86_64 (host kernel, LXC container)
CPU architectures issue was seen on
x86_64
Component
other
Expected behaviour you didn't see
On Rocky Linux 8.7, the file /etc/rc.d/rc.local contains the following lines:
# In contrast to previous versions due to parallel execution during boot
# this script will NOT be run after all other services.
How to run /etc/rc.d/rc.local as the last Linux bootup task? On Rocky Linux 8.7 it fails to do the task that it
has always served. If it can't be made to run as the last task in Linux bootup, please remove rc-local.service
from systemd to avoid confusion.
Unexpected behaviour you saw
# cat /etc/rc.d/rc.local
Steps to reproduce the problem
# cat /etc/rc.d/rc.local
# rpm -qf /etc/rc.d/rc.local
systemd-239-68.el8_7.4.x86_64
Additional program output to the terminal or log subsystem illustrating the issue
No response