Skip to content
This repository has been archived by the owner on Dec 13, 2022. It is now read-only.

Commit

Permalink
Change phrasing regarding systemd.
Browse files Browse the repository at this point in the history
  • Loading branch information
jorinvo committed May 12, 2017
1 parent f342848 commit b9a7f61
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -89,8 +89,8 @@ brew install qvl/tap/sleepto

[Systemd](https://en.wikipedia.org/wiki/Systemd) already runs on most Linux systems.

It even has its own [timer implementation](https://www.freedesktop.org/software/systemd/man/systemd.timer.html).
However, it's more complex than what you probably need and for many scenarios you might prefer to use the simple and portable `sleepto` instead.
It even has its own [timer implementation](https://www.freedesktop.org/software/systemd/man/systemd.timer.html) which can be the right solution for many use cases.
However, if you don't want to depend on the specific features of one init system or you like to reuse the same logic in other scenarios `sleepto` can be the the right tool for that.

See [ghbackup for an example](https://github.com/qvl/ghbackup#systemd-and-sleepto) on how to use `sleepto` in a service.

Expand Down

0 comments on commit b9a7f61

Please sign in to comment.