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

