我想实现两件事:
1.自动登录
2.自动登录后运行/scripts/bootstrap.sh
(前景不在后台)。
我尝试使用/etc/systemd/system/...
并将我的脚本作为服务运行,但它始终在后台运行。我也尝试通过/etc/rc.local
运行它,但它在我不想要的登录提示之前开始运行。
任何帮助都将受到高度赞赏。谢谢!
答案 0 :(得分:0)
/usr/share/xsessions/bootstrap.desktop
[Desktop Entry]
Name=bootstrap
Comment=Auto start without password
Exec=xterm -e /scripts/bootstrap.sh
#Exec=xterm
Type=Application
Terminal=true
/etc/lightdm/lightdm.conf
[Seat:*]
autologin-user=user
autologin-session=bootstrap
xserver-command=X -s 0 -dpms