From cefd4a3b79f09183421c72581bd7bfcb819c1d30 Mon Sep 17 00:00:00 2001 From: Julien Roy Date: Tue, 3 Jan 2023 20:34:23 -0500 Subject: www-apps/meta-srht: Update daemon scripts --- www-apps/meta-srht/files/meta.sr.ht.cron | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 www-apps/meta-srht/files/meta.sr.ht.cron (limited to 'www-apps/meta-srht/files/meta.sr.ht.cron') 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 $? -- cgit v1.2.3