diff options
Diffstat (limited to '')
-rw-r--r-- | systemd/backup_documents.timer (renamed from systemd/backup_budget.timer) | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/systemd/backup_budget.timer b/systemd/backup_documents.timer index 94b4eb5..44cb6a5 100644 --- a/systemd/backup_budget.timer +++ b/systemd/backup_documents.timer @@ -1,12 +1,12 @@ # must be symlinked from ~/.config/systemd/user [Unit] -Description=Backup budget timer +Description=Backup documents timer [Timer] # run 10m after boot OnBootSec=10m # then every hour -OnUnitActiveSec=1h +OnUnitActiveSec=2h [Install] WantedBy=timers.target |