2026-04-02 23:12:36 +08:00

343 B

title, createTime, tags, categories
title createTime tags categories
Ubuntu startup设置开机自启命令 2021/09/30
Ubuntu
随记

Version: Ubuntu Server 20.04.3 LTS

  1. 建立自己的脚本,如wlt.sh
  2. 修改脚本执行权限chmod 775 wlt.sh
  3. 将脚本放入/etc/profile.d路径下即可 /etc/init.d update-rc.d wlt.sh defaults 91