在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