diff options
| author | cassio <cassiopc@gmail.com> | 2013-07-02 05:46:45 +0000 |
|---|---|---|
| committer | cassio <cassiopc@gmail.com> | 2013-07-02 05:46:45 +0000 |
| commit | be2491b093b1f0ca430bede679ecbb670041e483 (patch) | |
| tree | fe2da63d1811cb93e4352a43a113ace37b9f6017 /tools/etc/cron.hourly | |
| parent | a9aa438ea0558eb0044cf1e54a9190ddb41b65e5 (diff) | |
| download | boca-be2491b093b1f0ca430bede679ecbb670041e483.tar.gz boca-be2491b093b1f0ca430bede679ecbb670041e483.zip | |
restructuring of boca's git
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 |