diff options
author | Pierre Ossman <ossman@cendio.se> | 2018-07-16 15:58:06 +0200 |
---|---|---|
committer | Pierre Ossman <ossman@cendio.se> | 2020-03-12 12:03:32 +0100 |
commit | 1af1cfdf8709dd1a5574efa19fb4f0e68a98021e (patch) | |
tree | d04dd9e3a1a5e24d5a6955088f1f8bedcd616b45 /unix/vncconfig/vncconfig.man | |
parent | 79960594551aa32a99506ff87fb0fed5f7bee5eb (diff) | |
download | tigervnc-1af1cfdf8709dd1a5574efa19fb4f0e68a98021e.tar.gz tigervnc-1af1cfdf8709dd1a5574efa19fb4f0e68a98021e.zip |
Start sessions via PAM
This sets up a more correct session as there are key tasks that
need to be performed by PAM. E.g. systemd will allocate cgroups
and start base services.
In order to easily handle this as a system service the mapping of
displays is now done via a configuration file.
Diffstat (limited to 'unix/vncconfig/vncconfig.man')
-rw-r--r-- | unix/vncconfig/vncconfig.man | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/unix/vncconfig/vncconfig.man b/unix/vncconfig/vncconfig.man index b685a466..ed9ddda4 100644 --- a/unix/vncconfig/vncconfig.man +++ b/unix/vncconfig/vncconfig.man @@ -111,8 +111,8 @@ When run as a "helper" app, make the window iconified at startup. .SH SEE ALSO .BR vncpasswd (1), .BR vncviewer (1), -.BR vncserver (1), -.BR Xvnc (1) +.BR Xvnc (1), +.BR vncsession (8) .br https://www.tigervnc.org |