From eb8f27ec659065815e63a7c58c9d86a55c10479c Mon Sep 17 00:00:00 2001 From: Jarno Rankinen <50285623+0ranki@users.noreply.github.com> Date: Tue, 19 Jan 2021 10:20:23 +0200 Subject: [PATCH] Update README.md Fixed password file path in the systemd unit --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index e298832..7fe8917 100644 --- a/README.md +++ b/README.md @@ -78,7 +78,7 @@ You will get a single always-on local desktop session to which you can login via After=display-manager.service [Service] - ExecStart=/usr/bin/x11vnc -display :0 -rfbauth /etc/x11vnc.pass -forever -loop + ExecStart=/usr/bin/x11vnc -display :0 -rfbauth /home//.vnc/passwd -forever -loop ExecStop=/usr/bin/killall x11vnc RemainAfterExit=true