diff options
author | Daniel Baumann <daniel.baumann@open-infrastructure.net> | 2022-10-30 10:28:07 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@open-infrastructure.net> | 2022-10-30 12:38:01 +0000 |
commit | efba3be1636b0dd534859ba2816fcc231c4f8ca4 (patch) | |
tree | c9cdd2d1038a1dafcecedadb6f7cfea08abbfd73 /knot/share/cron/knot-reset-zones | |
parent | Providing individual root and intermediate certificate files in dehydrated ex... (diff) | |
download | service-tools-efba3be1636b0dd534859ba2816fcc231c4f8ca4.tar.xz service-tools-efba3be1636b0dd534859ba2816fcc231c4f8ca4.zip |
Reworking knot-zones-reset script.
Signed-off-by: Daniel Baumann <daniel.baumann@open-infrastructure.net>
Diffstat (limited to '')
-rwxr-xr-x | knot/share/cron/knot-reset-zones | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/knot/share/cron/knot-reset-zones b/knot/share/cron/knot-reset-zones deleted file mode 100755 index 9762da4..0000000 --- a/knot/share/cron/knot-reset-zones +++ /dev/null @@ -1,3 +0,0 @@ -# /etc/cron.d/knot-reset-zone - -0 0 * * * root /usr/bin/knot-reset-zones localhost > /dev/null 2>&1 |