From f605d4a16c530472155bd9f839c735116feb56a4 Mon Sep 17 00:00:00 2001 From: Sam Scholten Date: Thu, 11 Sep 2025 16:10:43 +1000 Subject: . --- README.md | 13 ++++++------- 1 file 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: -- cgit v1.2.3