The branch, master has been updated via 3e55bbb0dcb5b02c5dc58774e040831ae9192292 (commit) from 167b8152ce5403b169a55573d72c43880967b8b6 (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit 3e55bbb0dcb5b02c5dc58774e040831ae9192292 Author: Mike Gabriel <mike.gabriel@das-netzwerkteam.de> Date: Thu Dec 19 22:27:49 2013 +0100 update man pages about daemonizing ----------------------------------------------------------------------- Summary of changes: man/man1/x2gobroker.1 | 6 ++++++ man/man8/x2gobroker-authservice.8 | 6 ++++++ 2 files changed, 12 insertions(+) The diff of changes is: diff --git a/man/man1/x2gobroker.1 b/man/man1/x2gobroker.1 index 3e60084..43958c0 100644 --- a/man/man1/x2gobroker.1 +++ b/man/man1/x2gobroker.1 @@ -71,6 +71,12 @@ Query another than the default broker backend. .TP \*(T<\fB\-b, \-\-bind ADDRESS:PORT\fR\*(T> The [address:]port that the Tornado http-engine will bind to (default: 127.0.0.1:8080). +.TP +\*(T<\fB\-D, \-\-daemonize\fR\*(T> +Fork this application to background and detach from the running terminal. +.TP +\*(T<\fB\-P, \-\-pidfile\fR\*(T> +Custom PID file location when daemonizing (default: <RUNDIR>/x2gobroker/x2gobroker-daemon.pid). .SH "FILES" /etc/x2go/x2gobroker.conf, /etc/x2go/broker/* (configuration files) .PP diff --git a/man/man8/x2gobroker-authservice.8 b/man/man8/x2gobroker-authservice.8 index 01d701c..af9faa0 100644 --- a/man/man8/x2gobroker-authservice.8 +++ b/man/man8/x2gobroker-authservice.8 @@ -38,6 +38,12 @@ This command is normally started through an init script. \*(T<\fB\-h, \-\-help\fR\*(T> Display a help with all available command line options and exit. .TP +\*(T<\fB\-D, \-\-daemonize\fR\*(T> +Fork this application to background and detach from the running terminal. +.TP +\*(T<\fB\-P, \-\-pidfile\fR\*(T> +Custom PID file location when daemonizing (default: <RUNDIR>/x2gobroker/x2gobroker-authservice.pid). +.TP \*(T<\fB\-s <AUTHSOCKET>, \-\-socket <AUTHSOCKET>\fR\*(T> File name of the unix domain socket file used for communication between broker and authentication service. .TP hooks/post-receive -- x2gobroker.git (HTTP(S) Session broker for X2Go) This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "x2gobroker.git" (HTTP(S) Session broker for X2Go).