diff options
author | Efraim Flashner | 2020-03-01 04:10:04 -0600 |
---|---|---|
committer | Efraim Flashner | 2020-03-01 04:10:04 -0600 |
commit | f843d9c7bb5c3e3e1a6d678b67943231e97a0762 (patch) | |
tree | f487c39165d70f1139d48c0bdcbbb9424aaeb3ce /cron | |
download | gn-shepherd-services-f843d9c7bb5c3e3e1a6d678b67943231e97a0762.tar.gz |
initial commit
Diffstat (limited to 'cron')
-rw-r--r-- | cron/gitea-dump.guile | 2 |
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") |