summaryrefslogtreecommitdiffstats
path: root/dehydrated/bin/dehydrated-cron
diff options
context:
space:
mode:
Diffstat (limited to 'dehydrated/bin/dehydrated-cron')
-rwxr-xr-xdehydrated/bin/dehydrated-cron7
1 files changed, 7 insertions, 0 deletions
diff --git a/dehydrated/bin/dehydrated-cron b/dehydrated/bin/dehydrated-cron
new file mode 100755
index 0000000..09e1a44
--- /dev/null
+++ b/dehydrated/bin/dehydrated-cron
@@ -0,0 +1,7 @@
+#!/bin/sh
+
+set -e
+
+mkdir -p /var/log/dehydrated
+dehydrated -gcd >> /var/log/dehydrated/dehydrated.log
+chown -R root:adm /var/log/dehydrated