Skip to content

Commit 5463d65

Browse files
committed
Update README.md with systemd branch instructions
1 parent 25a4730 commit 5463d65

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed

README.md

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -30,18 +30,19 @@ make install
3030
## Installation using systemd
3131

3232
```sh
33-
wget https://github.com/zfsonlinux/zfs-auto-snapshot/archive/master.zip
34-
unzip master.zip
35-
cd zfs-auto-snapshot-master
36-
make systemd
33+
wget https://github.com/zfsonlinux/zfs-auto-snapshot/archive/systemd.zip
34+
unzip systemd.zip
35+
cd zfs-auto-snapshot-systemd
36+
make install enable
3737
```
3838

3939
### Scheduling
4040

4141
See [systemd timers](https://wiki.archlinux.org/index.php/Systemd/Timers).
4242

4343
You can find some example `.timer` files in the `timers/` directory of this
44-
repo. They will be installed when you run `make systemd`.
44+
repo. They will be installed when you run `make install` from the `systemd`
45+
git branch.
4546

4647
If you wish to edit the timers, you will find them in the
4748
`/usr/local/lib/systemd/system/` directory. Save the edited timers to

0 commit comments

Comments
 (0)