diff options
author | Matthew Lemon <matt@matthewlemon.com> | 2022-10-24 17:05:52 +0100 |
---|---|---|
committer | Matthew Lemon <matt@matthewlemon.com> | 2022-10-24 17:05:52 +0100 |
commit | a8aadba1df4c08553fabaf2945b5b9290f5a07f7 (patch) | |
tree | 402b99c875d33fb3ee573b858712aec997f0c1b5 /systemd/backup_documents.service | |
parent | e08110886d443b62ed40e01f3237880aa848f648 (diff) |
update
Diffstat (limited to '')
-rw-r--r-- | systemd/backup_documents.service (renamed from systemd/backup_budget.service) | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/systemd/backup_budget.service b/systemd/backup_documents.service index 2504b36..e690dbf 100644 --- a/systemd/backup_budget.service +++ b/systemd/backup_documents.service @@ -6,4 +6,4 @@ Description=Backup budget directory to git-annex # User=lemon # Group=lemon Type=oneshot -ExecStart=/home/lemon/bin/backup_budget_annex.sh > /dev/null 2>&1 +ExecStart=/home/lemon/bin/backup_documents_annex.sh > /dev/null 2>&1 |