📌  相关文章
📜  如何在启动时在 linux 中运行脚本 - Shell-Bash 代码示例

📅  最后修改于: 2022-03-11 14:51:15.042000             🧑  作者: Mango

代码示例1
crontab -e    // To make a crontab file
@reboot *your shell command here*    // to run at startup