答: 在/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
答: 在/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刪除。