aboutsummaryrefslogtreecommitdiff
path: root/cron
diff options
context:
space:
mode:
authorEfraim Flashner2020-03-01 04:10:04 -0600
committerEfraim Flashner2020-03-01 04:10:04 -0600
commitf843d9c7bb5c3e3e1a6d678b67943231e97a0762 (patch)
treef487c39165d70f1139d48c0bdcbbb9424aaeb3ce /cron
downloadgn-shepherd-services-f843d9c7bb5c3e3e1a6d678b67943231e97a0762.tar.gz
initial commit
Diffstat (limited to 'cron')
-rw-r--r--cron/gitea-dump.guile2
1 files changed, 2 insertions, 0 deletions
diff --git a/cron/gitea-dump.guile b/cron/gitea-dump.guile
new file mode 100644
index 0000000..20a188a
--- /dev/null
+++ b/cron/gitea-dump.guile
@@ -0,0 +1,2 @@
+(job '(next-day)
+ "/usr/bin/sudo /home/shepherd/run_gitea-dump.sh")