Update README.md

Fixed password file path in the systemd unit
This commit is contained in:
Jarno Rankinen 2021-01-19 10:20:23 +02:00 committed by GitHub
parent 849811f605
commit eb8f27ec65
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -78,7 +78,7 @@ You will get a single always-on local desktop session to which you can login via
After=display-manager.service After=display-manager.service
[Service] [Service]
ExecStart=/usr/bin/x11vnc -display :0 -rfbauth /etc/x11vnc.pass -forever -loop ExecStart=/usr/bin/x11vnc -display :0 -rfbauth /home/<username>/.vnc/passwd -forever -loop
ExecStop=/usr/bin/killall x11vnc ExecStop=/usr/bin/killall x11vnc
RemainAfterExit=true RemainAfterExit=true