Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Antiz96 committed Dec 1, 2023
1 parent ea00d65 commit 5d14189
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -180,7 +180,7 @@ See <https://wiki.archlinux.org/title/Desktop_notifications>
If you enabled the systemd.timer, the `--check` option is automatically launched at boot and then once every hour.

If you want to change that cycle, you can edit the `/usr/lib/systemd/user/arch-update.timer` file (or `/etc/systemd/user/arch-update.timer` if you installed `arch-update` [from source](#from-source)) and modify the `OnUnitActiveSec` value.
The timer needs to be re-enabled to apply changes, you can do so by typing the following command:
The timer needs to be re-enabled to apply changes, you can do so by running the following command:

```bash
systemctl --user enable --now arch-update.timer
Expand Down
2 changes: 1 addition & 1 deletion doc/man/arch-update.1
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ See https://wiki.archlinux.org/title/Desktop_notifications
.br
.RB "If you want to change that cycle, you can edit the " "/usr/lib/systemd/user/arch-update.timer " "(or "/etc/systemd/user/arch-update.timer " if you installed arch-update from source) file and modify the " "OnUnitActiveSec " "value"
.br
The timer needs to be re-enabled to apply changes, you can do so by launching the following command:
The timer needs to be re-enabled to apply changes, you can do so by running the following command:
.br
.B systemctl --user enable --now arch-update.timer
.br
Expand Down

0 comments on commit 5d14189

Please sign in to comment.