lightdm通过systemd控制开机自启动
Posted
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了lightdm通过systemd控制开机自启动相关的知识,希望对你有一定的参考价值。
参考技术A 关闭开机自启动:#sudo systemctl disable lightdm.service
Synchronizing state of lightdm.service with SysV service script with /lib/systemd/systemd-sysv-install.
Executing: /lib/systemd/systemd-sysv-install disable lightdm
Removed /etc/systemd/system/display-manager.service.
添加自动启动:
sudo ln -s /lib/systemd/system/lightdm.service /etc/systemd/system/display-manager.service
手动启动:
sudo service lightdm start
以上是关于lightdm通过systemd控制开机自启动的主要内容,如果未能解决你的问题,请参考以下文章