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