Skip to content

Commit

Permalink
Update README.md with systemd branch instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
jakelee8 committed Feb 19, 2017
1 parent 25a4730 commit 5463d65
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,18 +30,19 @@ make install
## Installation using systemd

```sh
wget https://github.com/zfsonlinux/zfs-auto-snapshot/archive/master.zip
unzip master.zip
cd zfs-auto-snapshot-master
make systemd
wget https://github.com/zfsonlinux/zfs-auto-snapshot/archive/systemd.zip
unzip systemd.zip
cd zfs-auto-snapshot-systemd
make install enable
```

### Scheduling

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

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

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

0 comments on commit 5463d65

Please sign in to comment.