File tree Expand file tree Collapse file tree 1 file changed +6
-5
lines changed Expand file tree Collapse file tree 1 file changed +6
-5
lines changed Original file line number Diff line number Diff 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
4141See [ systemd timers] ( https://wiki.archlinux.org/index.php/Systemd/Timers ) .
4242
4343You 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
4647If you wish to edit the timers, you will find them in the
4748` /usr/local/lib/systemd/system/ ` directory. Save the edited timers to
You can’t perform that action at this time.
0 commit comments