diff options
Diffstat (limited to 'tools/etc/cron.hourly')
| -rw-r--r-- | tools/etc/cron.hourly/.placeholder | 2 | ||||
| -rwxr-xr-x | tools/etc/cron.hourly/ntp | 2 |
2 files changed, 4 insertions, 0 deletions
diff --git a/tools/etc/cron.hourly/.placeholder b/tools/etc/cron.hourly/.placeholder new file mode 100644 index 0000000..76cb8d0 --- /dev/null +++ b/tools/etc/cron.hourly/.placeholder @@ -0,0 +1,2 @@ +# DO NOT EDIT OR REMOVE +# This file is a simple placeholder to keep dpkg from removing this directory diff --git a/tools/etc/cron.hourly/ntp b/tools/etc/cron.hourly/ntp new file mode 100755 index 0000000..40ea135 --- /dev/null +++ b/tools/etc/cron.hourly/ntp @@ -0,0 +1,2 @@ +#!/bin/bash +ntpdate -u 143.107.255.15 |