Tixy <t...@yxit.co.uk> writes: > rc.local is still run on the latest Debian stable. You need to make > sure it's a proper executable, i.e. starts with a shebang like > '#!/bin/sh' and the file has execute permissions.
Yes and that's because the systemd package contains the rc-local.service which just runs /etc/rc.local. With a ConditionFileIsExecutable too which I wasn't aware of before.