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

.SH BUGS
It's likely! Let us know by contacting jacob@appelbaum.net

Note that
.B tlsdate(1)
is still in Alpha, and may not work as expected.
.SH AUTHOR
Jacob Appelbaum <jacob at appelbaum dot net>
.SH "SEE ALSO"
.B tlsdate(1),
.B tlsdate-helper(1)
.B tlsdate-routeup(1)