在ubuntu18.04中vnc自启动时报错“vncserver: The HOME environment variable is not set“如何处理?


答: 在/lib/systemd/system/vnc.service指定以某用户登陆即可,
模版如下:

$ cat /lib/systemd/system/vnc.service
[Unit]
Description=Vnc Server

[Service]
ExecStart=/sbin/runuser -l yourusername -c "/usr/bin/vncserver"

[Install]
WantedBy=multi-user.target


免责声明!

本站转载的文章为个人学习借鉴使用,本站对版权不负任何法律责任。如果侵犯了您的隐私权益,请联系本站邮箱yoyou2525@163.com删除。



 
粤ICP备18138465号  © 2018-2025 CODEPRJ.COM