Openbox
Openbox root 自動啟動?
我想在電腦啟動時以 root 身份執行腳本。這是之前在 rc.local 中完成的,但現在沒有了。
我試過的:
- 將腳本放入
/etc/profile.d
- 添加
/pathto/script.sh
在/etc/profile
- 添加
/pathto/script.sh &
在/etc/xdg/openbox/autostart
該腳本用於設置 powertop 推薦的內容;當我執行時,腳本工作得很好
sudo /pathto/script.sh
。
你可以把它放在你的 crontab 中
@reboot /pathto/script.sh