sh 启动_items

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了sh 启动_items相关的知识,希望对你有一定的参考价值。

#查看开机启动项
systemctl list-unit-files --type=service | grep enabled

#停用
sudo systemctl stop bluetooth.service
sudo systemctl disable bluetooth.service

#掩盖
#停用的服务进程仍然能够被另外一个服务进程启动。如果你真的想在任何情况下系统启动时都不启动该进程,无需卸载该它,只需要把它掩盖起来就可以阻止该进程在任何情况下开机启动。
sudo systemctl mask bluetooth.service
#① ~/.config/autostart文件夹
#禁用方法同②

#② /etc/xdg/autostart文件夹
#knemo.desktop就藏在这里

#禁用方法(3选1,以knemo为例):

#卸载knemo
#删除/etc/xdg/autostart/knemo.desktop
#在/etc/xdg/autostart/knemo.desktop里加入NotShowIn=GNOME;LXDE;等语句,这样可以防止knemo在GNOME和LXDE桌面里自动启动(先参考文件夹里的其他.desktop文件怎么写)
#③ systemd启动项
#1.查看开机启动时间:

systemd-analyze

#2.查看开机启动项及启动时间:
systemd-analyze blame

#3.查看出错启动项:
systemctl --all | grep not-found

#4.关闭出错启动项(以 plymouth-start.service 为例):

systemctl mask plymouth-start.service

以上是关于sh 启动_items的主要内容,如果未能解决你的问题,请参考以下文章

09_Hadoop启动或停止的三种方式及启动脚本

虚拟机中Ubuntu启动pycharm时提示./pycharm.sh: /usr/local/java/jdk1.8.0_05: Permission deni

sh sqoop-import-order-items-avro.sh

shells/hive.sh

删除/sbin/init

JProfiler UnsatisfiedLinkError 启动时