summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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: