Hi, I noticed in Rocky Linux 8.7 LXC container image that they've added a message to /etc/rc.d/rc.local: # In contrast to previous versions due to parallel execution during boot I created an issue report on this at github: https://github.com/systemd/systemd/issues/27340 Would it be possible to change the rc-local.service configuration as follows, so that it could be used similarly as before [Unit] [Install] chmod 700 /etc/rc.d/rc.local I tested this and see in ps output (ps auxwwf | sort -n -k 2,2 >> /var/tmp/boot.ps) that it starts after crond Best regards, Aki |