Firefly开源社区
标题:
Lubuntu 命令添加 开机启动 程序
[打印本页]
作者:
chen
时间:
2015-9-19 15:12
标题:
Lubuntu 命令添加 开机启动 程序
Lubuntu 命令添加 开机启动 程序
1.编写程序启动shell脚本。/path/to/startfire.sh
比如:cat startfire.sh
!#/bin/bash
cd /path/to/your/process
sudo ./process
2.开机添加启动脚本命令
sudo vim /etc/init.d/rc.local
........
do_start(){
/path/to/starfire.sh &> /dev/null &
........
格式: 路径 &> /dev/null &
作者:
暴走的阿Sai
时间:
2015-9-21 15:10
不错,支持一个
作者:
chen
时间:
2015-9-21 15:28
:handshake
作者:
moccnc
时间:
2016-3-17 21:28
我实现怎么不行呢
#!/bin/bash
#开机自启动脚本
cd /home/a/aa
sudo python3 aa.py
作者:
moccnc
时间:
2016-3-17 21:28
本帖最后由 moccnc 于 2016-3-17 21:31 编辑
附加:reload ubuntu
作者:
moccnc
时间:
2016-3-17 22:15
单个sh可以在终端执行,但是启动开机并没有,以下文件部分加入
2.开机添加启动脚本命令
sudo vim /etc/init.d/rc.local
........
do_start(){
/path/to/starfire.sh &> /dev/null &
........
作者:
moccnc
时间:
2016-3-18 12:47
哪位实现成功的? /path/to/starfire.sh &> /dev/null &
加了这行还是不行
作者:
zhansb
时间:
2016-3-18 14:41
你把操作的详细步骤列出来分析
还有ll starfire.sh看一下输出
作者:
moccnc
时间:
2016-3-18 16:41
放到/etc/rc.local 和/etc/init.d/rc.local 都不行
放到/home/firefly/.profile,可以启动,但是桌面起不来了是黑屏的,软件(pyqt启动了,但是没有窗体)
所以应该是启动时机过早了,其它组件也许没完全ok
请问往后是什么配置文件可以被使用,哪位知道说明下
作者:
moccnc
时间:
2016-3-21 15:05
???
没人吗
欢迎光临 Firefly开源社区 (https://dev.t-firefly.com/)
Powered by Discuz! X3.1