譬如test.sh,我想开机自动运行,怎么办?
最近编辑记录 刀尖红叶 (2013-01-13 11:36:47)
平生只做一件事,做自己喜欢做的事~
个人网站:www.leafonsword.org
离线
https://wiki.archlinux.org/index.php/Autostarting
gnome, kde 之类写个.desktop放到 ~/.config/autostart 就可以了
离线
放xinit里?或者bashrc里?再不然做成service?
riverrun, past Eve and Adam's.
离线
放xinit里?或者bashrc里?再不然做成service?
如何做成service?
平生只做一件事,做自己喜欢做的事~
个人网站:www.leafonsword.org
离线
gnome, kde 之类写个.desktop放到 ~/.config/autostart 就可以了
我想知道不开启X如何启动?
平生只做一件事,做自己喜欢做的事~
个人网站:www.leafonsword.org
离线
你找俩 /usr/lib/systemd/system 里面的servoce看看就行了。
看看这儿也行: https://wiki.archlinux.org/index.php/Systemd/Services
Site: CVHC.CC Twitter: @cuihaoleo Org: LUG@USTC
AD: ~欢迎参与志愿计算~
离线
写入 /etc/rc.local 文件
intel i5-2300 CPU @ 2.80GHz
intel Graphics HD2000
LG GSM580C IPS236
Seagate ST31000524AS
离线
月魄孤魂 has been flagged outdated.
Site: CVHC.CC Twitter: @cuihaoleo Org: LUG@USTC
AD: ~欢迎参与志愿计算~
离线
月魄孤魂 has been flagged outdated.
我这里就可以。不过执行的时机似乎太早了……有没有办法让 systemd 在其它服务启动完再执行?
离线
离线
自己写service……
[Unit]
Description=/etc/rc.local Compatibility
ConditionFileIsExecutable=/etc/rc.local
[Service]
Type=oneshot
ExecStart=/etc/rc.local
TimeoutSec=0
StandardInput=tty
RemainAfterExit=yes
[Install]
WantedBy=multi-user.target
怎么修改下呢?
离线
[Unit]
Description=/etc/rc.local Compatibility
ConditionFileIsExecutable=/etc/rc.local
After=slim.service
试试?
Site: CVHC.CC Twitter: @cuihaoleo Org: LUG@USTC
AD: ~欢迎参与志愿计算~
离线
[Unit] Description=/etc/rc.local Compatibility ConditionFileIsExecutable=/etc/rc.local After=slim.service
试试?
这样子哪天我把 slim 换掉不就用不了了?
离线
[Unit] Description=/etc/rc.local Compatibility ConditionFileIsExecutable=/etc/rc.local After=slim.service
试试?
有没有不写service,不用X的autostart的开机启动办法?
平生只做一件事,做自己喜欢做的事~
个人网站:www.leafonsword.org
离线
cuihao 说:[Unit] Description=/etc/rc.local Compatibility ConditionFileIsExecutable=/etc/rc.local After=slim.service
试试?
这样子哪天我把 slim 换掉不就用不了了?
有没有不写service,不用X的autostart的开机启动办法?
平生只做一件事,做自己喜欢做的事~
个人网站:www.leafonsword.org
离线