aboutsummaryrefslogtreecommitdiff
path: root/www-apps/meta-srht/files/meta.sr.ht.cron
diff options
context:
space:
mode:
Diffstat (limited to 'www-apps/meta-srht/files/meta.sr.ht.cron')
-rw-r--r--www-apps/meta-srht/files/meta.sr.ht.cron4
1 files changed, 4 insertions, 0 deletions
diff --git a/www-apps/meta-srht/files/meta.sr.ht.cron b/www-apps/meta-srht/files/meta.sr.ht.cron
new file mode 100644
index 0000000..f271a9a
--- /dev/null
+++ b/www-apps/meta-srht/files/meta.sr.ht.cron
@@ -0,0 +1,4 @@
+#!/bin/sh
+
+su - srht -s /bin/sh -c /usr/bin/metasrht-daily
+exit $?