diff options
author | Pierre Ossman <ossman@cendio.se> | 2021-05-03 15:04:45 +0200 |
---|---|---|
committer | Pierre Ossman <ossman@cendio.se> | 2021-05-03 15:04:45 +0200 |
commit | a8357a530546412799801d5041a157def6588610 (patch) | |
tree | ab73b8b25684d0e305dac1cc67fdf2e95aef861e | |
parent | 1e55cffb74132a8e28666ce5cb1eb5d9f0ef5509 (diff) | |
download | tigervnc-a8357a530546412799801d5041a157def6588610.tar.gz tigervnc-a8357a530546412799801d5041a157def6588610.zip |
Avoid absolute path for vncserver.users
Build flags control where this file ends up, so avoid assuming a
specific path in the HOWTO.
-rw-r--r-- | unix/vncserver/HOWTO.md | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/unix/vncserver/HOWTO.md b/unix/vncserver/HOWTO.md index d6e716ef..faf997cb 100644 --- a/unix/vncserver/HOWTO.md +++ b/unix/vncserver/HOWTO.md @@ -13,9 +13,9 @@ and *systemd* rules. # How to start TigerVNC server ## Add a user mapping With this you can map a user to a particular port. The mapping should be -done in `/etc/tigervnc/vncserver.users` configuration file. It should be -pretty straightforward. Once you open the file you will see there are -some examples, but basically the mapping is in form: +done in `vncserver.users` configuration file. It should be pretty +straightforward. Once you open the file you will see there are some +examples, but basically the mapping is in form: ``` :x=user ``` |