crunchbang开箱自动启动脚本仅仅是一个bash脚本,从而得出结论,我可以在其中放置任何bashy吗??脚本什么时候执行(例如,在rc.local之后登录)?
系统: Crunchbang Waldorf on Debian Wheezy net install
发布于 2014-02-11 21:27:21
是的,autostart是一个shell (不一定是bash)脚本,在登录到GUI之后启动。您可以启动程序或自定义脚本,也可以在自动启动文件中直接编写它们。我建议分别编写脚本,然后用autostart启动它们。
https://unix.stackexchange.com/questions/114774
复制相似问题