我想在计算机启动时以 root 身份运行脚本。这是早些时候在 rc.local 中完成的,但现在不再了。
我尝试过的:
- 将脚本放入
/etc/profile.d
- 添加
/pathto/script.sh
在/etc/profile
- 添加
/pathto/script.sh &
到/etc/xdg/openbox/autostart
该脚本用于设置 powertop 推荐的内容;当我运行时,脚本工作得很好sudo /pathto/script.sh
。
答案1
你可以把它放在你的 crontab 中
@reboot /pathto/script.sh