summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSam Scholten2025-09-11 16:10:43 +1000
committerSam Scholten2025-09-11 16:10:43 +1000
commitf605d4a16c530472155bd9f839c735116feb56a4 (patch)
tree159d5c7fef9152067cf9e0c6e0d9b5b1f3c1d483
parenta7115770e9e377689d9996abe32a28e8db87429d (diff)
downloaddrestic-f605d4a16c530472155bd9f839c735116feb56a4.tar.gz
drestic-f605d4a16c530472155bd9f839c735116feb56a4.zip
.
-rw-r--r--README.md13
1 files changed, 6 insertions, 7 deletions
diff --git a/README.md b/README.md
index 1400333..f4f5dda 100644
--- a/README.md
+++ b/README.md
@@ -90,13 +90,12 @@ The schedule is managed by systemd timers. To change the daily 3 AM backup time:
2. Change the `OnCalendar=` line.
3. Reload systemd:
- ```sh
- # For user scope
- systemctl --user daemon-reload && systemctl --user restart restic-backup.timer
-
- # For system scope
- sudo systemctl daemon-reload && sudo systemctl restart restic-backup.timer
- ```
+```sh
+# For user scope
+systemctl --user daemon-reload && systemctl --user restart restic-backup.timer
+# For system scope
+sudo systemctl daemon-reload && sudo systemctl restart restic-backup.timer
+```
**Notifications**
To add or update Gotify push notifications, run: