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