diff options
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 |