aboutsummaryrefslogtreecommitdiffstats
path: root/roles/archive_job
diff options
context:
space:
mode:
authorStonewall Jackson <stonewall@sacredheartsc.com>2023-02-09 18:49:43 -0500
committerStonewall Jackson <stonewall@sacredheartsc.com>2023-02-09 18:49:43 -0500
commit217c60866cbb331eae25a446fdd8e4713ddfb96c (patch)
treecd2e618d2b8f21de11742bc0576fea37f07f7d57 /roles/archive_job
parent15cec24b55a28302597aee4210ba0483c31210fa (diff)
downloadselfhosted-217c60866cbb331eae25a446fdd8e4713ddfb96c.tar.gz
selfhosted-217c60866cbb331eae25a446fdd8e4713ddfb96c.zip
update documentation
Diffstat (limited to 'roles/archive_job')
-rw-r--r--roles/archive_job/README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/roles/archive_job/README.md b/roles/archive_job/README.md
index dc907ba..ea868d2 100644
--- a/roles/archive_job/README.md
+++ b/roles/archive_job/README.md
@@ -30,9 +30,9 @@ Variable | Default | Description
`archive_description` | `archive {{ archive_name }}` | Description of the archive job
`archive_user` | root | Unix user that executes the job process
`archive_group` | `{{ archive_user }}` | Unix group that executes the job process
+`archive_on_calendar` | weekly | Systemd [calendar interval](https://www.freedesktop.org/software/systemd/man/systemd.time.html#Calendar%20Events) for running archive job
`archive_command` | &nbsp; | Command to execute (will be passed as-is to `exec`)
`archive_shell` | &nbsp; | Shell command to execute
-`archive_on_calendar` | weekly | Systemd [calendar interval](https://www.freedesktop.org/software/systemd/man/systemd.time.html#Calendar%20Events) for running archive job
You should define either `archive_command` or `archive_shell`, but not both.