On 14/10/25 at 15:57, Greg Wooledge wrote:
On Tue, Oct 14, 2025 at 15:50:58 +0200, Franco Martelli wrote:Have Systemd a surrogate of the old "rc.local" file?Yes. You can create an /etc/rc.local file and it'll work. Make sure you do it correctly: it must be executable (chmod +x), and it must be a valid program (e.g. if it's a shell script, it must have a shebang header). systemctl cat rc-local
Thanks Greg it worked, now I need to investigate why "mdadm" fails to set "group_thread_cnt" although in the man-page (mdadm.conf(5)) it is used just this item as example…
Kind regards. -- Franco Martelli