Skip to content

Commit 98ac4fa

Browse files
authored
Update README.md
1 parent 9f5c966 commit 98ac4fa

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,6 @@ You can find some example `.timer` files in the examples directory of this repo.
2929
Copy the `.timer` and corresponding `.service` file to `/etc/systemd/system/`, and then enable the timers as follows:
3030
```
3131
sudo systemctl daemon-reload
32-
sudo systemctl enable zfs-auto-daily.timer
33-
sudo systemctl enable zfs-auto-weekly.timer
32+
sudo systemctl start zfs-auto-daily.timer && sudo systemctl enable zfs-auto-daily.timer
33+
sudo systemctl start zfs-auto-weekly.timer && sudo systemctl enable zfs-auto-weekly.timer
3434
```

0 commit comments

Comments
 (0)