diff options
Diffstat (limited to 'debian/openssh-known-hosts.cron.d')
-rw-r--r-- | debian/openssh-known-hosts.cron.d | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/debian/openssh-known-hosts.cron.d b/debian/openssh-known-hosts.cron.d new file mode 100644 index 0000000..d1fef7b --- /dev/null +++ b/debian/openssh-known-hosts.cron.d @@ -0,0 +1,4 @@ +# +# Regular cron jobs for the openssh-known-hosts package +# +0 * * * * root [ -x /usr/share/openssh-known-hosts/update-known-hosts ] && /usr/share/openssh-known-hosts/update-known-hosts |