diff options
author | Jamie McClelland <jm@mayfirst.org> | 2008-08-03 16:36:03 -0400 |
---|---|---|
committer | Jamie McClelland <jm@mayfirst.org> | 2008-08-03 16:36:03 -0400 |
commit | 38d9be677ee1928e92b6c914a5467fe9bf8bcd4e (patch) | |
tree | 7f13ca63f6c26bfb1419aaa18d629e75d79c9e16 /doc | |
parent | 939ccf7fcc6a0e7786bb414c993c9e81e6c65b06 (diff) |
redirect sample refresh keys cron tab to /dev/null.
Diffstat (limited to 'doc')
-rw-r--r-- | doc/README | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -10,7 +10,7 @@ Keeping your keyring up-to-date Regularly refresh your GnuPG keyring from the keyservers. This can be done with a simple cronjob. An example of crontab line to do this is: -0 12 * * * /usr/bin/gpg --refresh-keys +0 12 * * * /usr/bin/gpg --refresh-keys > /dev/null This would refresh your keychain every day at noon. |