具有超级用户访问权限的自动登录,并在Ubuntu服务器16.04.2 LTS中运行我的脚本

时间:2017-03-17 15:05:37

标签: linux bash ubuntu unix server

我想实现两件事:

1.自动登录
2.自动登录后运行/scripts/bootstrap.sh(前景不在后台)。

我尝试使用/etc/systemd/system/...并将我的脚本作为服务运行,但它始终在后台运行。我也尝试通过/etc/rc.local运行它,但它在我不想要的登录提示之前开始运行。

任何帮助都将受到高度赞赏。谢谢!

1 个答案:

答案 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