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