diff options
author | Laxmikant Rashinkar <LK.Rashinkar@gmail.com> | 2013-06-08 18:44:34 -0700 |
---|---|---|
committer | Laxmikant Rashinkar <LK.Rashinkar@gmail.com> | 2013-06-08 18:44:34 -0700 |
commit | 78498f66821fe68e4303836a09d42f7f11daaa21 (patch) | |
tree | 64692fe41a7407b98c104c5bb70ebcb91ef7351d /docs/man/xrdp-sessvc.8 | |
parent | 6ad1d7f78d535d5095d639ae289b5f8d1084a399 (diff) | |
parent | c6fa03102f40e655ba54d5910ad559a8799c15e7 (diff) | |
download | xrdp-proprietary-78498f66821fe68e4303836a09d42f7f11daaa21.tar.gz xrdp-proprietary-78498f66821fe68e4303836a09d42f7f11daaa21.zip |
Merge branch 'master' of github.com:neutrinolabs/xrdp
Diffstat (limited to 'docs/man/xrdp-sessvc.8')
-rw-r--r-- | docs/man/xrdp-sessvc.8 | 26 |
1 files changed, 26 insertions, 0 deletions
diff --git a/docs/man/xrdp-sessvc.8 b/docs/man/xrdp-sessvc.8 new file mode 100644 index 00000000..322c968a --- /dev/null +++ b/docs/man/xrdp-sessvc.8 @@ -0,0 +1,26 @@ +.TH "xrdp\-sessvc" "8" "0.7.0" "xrdp team" "" +.SH "NAME" +xrdp\-sessvc \- \fBxrdp\fR session supervisor + +.SH "SYNTAX" +.B xrdp\-sessman +.I x_pid wm_pid + +.SH "DESCRIPTION" +\fBxrdp\-sessvc\fR is the \fBxrdp\fR(8) session supervisor, which monitors the running X server and Windows Manager. +As soon as one of them quits, the other process is terminated as well. +.br +This program is only executed internally by \fBxrdp\-sesman\fP(8). + +.SH "OPTIONS" +.TP +.I x_pid +The process ID of the forked X server to monitor. +.TP +.I wm_pid +The process ID of the forked Window Manager to monitor. + +.SH "SEE ALSO" +.BR xrdp\-sesrun (8). + +for more info on \fBxrdp\fR see http://xrdp.sf.net |