Debian 9-12 重新启用 /etc/rc.local 自从 Debian 9 开始,Debian 默认不带 /etc/rc.local 文件,所以我们需要手动创建它。 创建缺失的 /etc/rc.local cat <<EOF >/etc/rc.local #!/bin/sh -e # # This script is executed at the end of each multiuser runlevel. # Make su 系统运维 2025-09-16 醒在深海的猫