blob: fe198e4461b1b68b3058d2517af2b02e7c163151 [file] [log] [blame]
Jacob Appelbaumc365bcd2012-10-29 21:44:11 +01001.\" Process this file with
2.\" groff -man -Tascii foo.1
3.\"
4.TH TLSDATED 1 "OCTOBER 2012" Linux "User Manuals"
5.SH NAME
6tlsdated \- secure parasitic rdate replacement daemon
7.SH SYNOPSIS
8.B tlsdated [-wprlsvh] \
9[-t <n>] \
10[-d <n>] \
11[-T <n>] \
12[-D <n>] \
13[-c /path/to ] \
14[-a seconds ] \
15[\-\-] \
16[tlsdate command]
17.SH DESCRIPTION
18.B tlsdated
19is a daemon that runs tlsdate. It must be run as root or otherwise have the
20proper caps; it will not be able to set the system time without running as root
21or another privileged user.
22.SH OPTIONS
23.IP "-w"
24don't set hwclock
25.IP "-p"
26dry run (don't really set time)
27.IP "-r"
28use stdin instead of netlink for routes
29.IP "-t [n]"
30try [n] times when a new route appears
31.IP "-d [n]"
32delay n seconds between tries
33.IP "-T [n]"
34give subprocess n chances to exit
35.IP "-D [n]"
36delay n seconds between wait attempts
37.IP "-c [/path/to/cache/directory/]"
38set the cache directory
39.IP "-a [n]"
40run at most every n seconds in steady state
41.IP "-l"
42don't load disk timestamps
43.IP "-s"
44don't save disk timestamp
45.IP "-v"
46be verbose
47.IP "-h"
48print help message
49.IP "[tlsdate command]"
50arguments to be passed to tlsdate at launch time
51
52.SH BUGS
53It's likely! Let us know by contacting jacob@appelbaum.net
54
55Note that
56.B tlsdate(1)
57is still in Alpha, and may not work as expected.
58.SH AUTHOR
59Jacob Appelbaum <jacob at appelbaum dot net>
60.SH "SEE ALSO"
61.B tlsdate(1),
62.B tlsdate-helper(1)