We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9f5c966 commit 98ac4faCopy full SHA for 98ac4fa
README.md
@@ -29,6 +29,6 @@ You can find some example `.timer` files in the examples directory of this repo.
29
Copy the `.timer` and corresponding `.service` file to `/etc/systemd/system/`, and then enable the timers as follows:
30
```
31
sudo systemctl daemon-reload
32
-sudo systemctl enable zfs-auto-daily.timer
33
-sudo systemctl enable zfs-auto-weekly.timer
+sudo systemctl start zfs-auto-daily.timer && sudo systemctl enable zfs-auto-daily.timer
+sudo systemctl start zfs-auto-weekly.timer && sudo systemctl enable zfs-auto-weekly.timer
34
0 commit comments