summaryrefslogtreecommitdiff
path: root/man/tcos-server-utils.1
diff options
context:
space:
mode:
authorMario Izquierdo (mariodebian) <mariodebian@gmail.com>2012-06-22 12:33:28 +0100
committerMario Izquierdo (mariodebian) <mariodebian@gmail.com>2012-06-22 12:33:28 +0100
commit41070ffaa9adacc4ed450aeec9c0b61d4a9aa8eb (patch)
tree57011a8f797ee1a04d0eaaeec06791b19159b926 /man/tcos-server-utils.1
tcosmonitor (0.2.48) unstable; urgency=low
* Add French translation (closes: #678235) Thanks to Julien Patriarca <patriarcaj@gmail.com> # imported from the archive
Diffstat (limited to 'man/tcos-server-utils.1')
-rw-r--r--man/tcos-server-utils.144
1 files changed, 44 insertions, 0 deletions
diff --git a/man/tcos-server-utils.1 b/man/tcos-server-utils.1
new file mode 100644
index 0000000..e774469
--- /dev/null
+++ b/man/tcos-server-utils.1
@@ -0,0 +1,44 @@
+.TH tcos-server-utils 1 "Sep 24, 2007" "tcos-server-utils man page"
+
+.SH NAME
+tcos-server-utils \- Python script to exec some actions on connected thin clients.
+
+.SH DESCRIPTION
+
+.PP
+\fBtcos-server-utils\fP is a python script that generate XMLRPC events to do some jobs:
+ * Send a message
+ * Reboot
+ * Poweroff
+ * Restart Xorg
+
+tcos-server-utils use ~/.tcosconfig.conf auth and need to be configured before using it.
+
+
+.SH OPTIONS
+.B [no options]
+ With no options show some actions.
+
+.B --help
+ Some usage help about tcos-server-utils
+
+.B --action=foo
+ Exec desired action ( reboot, poweroff, restartx, message, nothing )
+ (action nothing is a self test)
+
+.B --text="foo"
+ If action=message this will the text displayed
+
+.B --users=user1,user2
+ Coma separated list of usernames to send text message
+
+.B --debug
+ Show verbose output when running
+
+.SH BUGS
+Contact Mario Izquierdo <mariodebian@gmail.com>
+
+Homepage: http://www.tcosproject.org
+
+.SH AUTHOR
+Mario Izquierdo (mariodebian) <mariodebian@gmail.com>