diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2022-10-30 12:57:04 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2022-10-30 12:57:16 +0000 |
commit | 56fa85dba2506fa0ceb38190bc3e428ddcc117dc (patch) | |
tree | aa87a3873cfc3e5e9d5736d69dd98714628d90f7 /knot/share/cron/knot-zones-reset | |
parent | Releasing debian version 20220704-1. (diff) | |
download | open-infrastructure-service-tools-56fa85dba2506fa0ceb38190bc3e428ddcc117dc.tar.xz open-infrastructure-service-tools-56fa85dba2506fa0ceb38190bc3e428ddcc117dc.zip |
Merging upstream version 20221030.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'knot/share/cron/knot-zones-reset')
-rwxr-xr-x | knot/share/cron/knot-zones-reset | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/knot/share/cron/knot-zones-reset b/knot/share/cron/knot-zones-reset new file mode 100755 index 0000000..13dfd44 --- /dev/null +++ b/knot/share/cron/knot-zones-reset @@ -0,0 +1,3 @@ +# /etc/cron.d/knot-zones-reset + +0 0 * * * root /usr/bin/knot-zones-reset > /dev/null 2>&1 |