summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorLuke Shumaker <lukeshu@sbcglobal.net>2016-07-08 23:35:39 -0400
committerLuke Shumaker <lukeshu@sbcglobal.net>2016-07-08 23:35:39 -0400
commita68c835ef5ea2527893c87b51797735734b1613f (patch)
tree4841ab3d1f968aa8f0913b3575ee0b62bff849a8 /README.md
parent0631fb5c447f71751f36c67f697e53556d070bdd (diff)
oops
Diffstat (limited to 'README.md')
-rw-r--r--README.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/README.md b/README.md
index 3d65e4d..d355615 100644
--- a/README.md
+++ b/README.md
@@ -46,9 +46,9 @@ Anyway, to put a job in the spool, you do 4 things:
2. write to /var/lib/pristine-etc/spool with your message and
`O_CREAT` | `O_APPEND`.
3. close the `flock`ed file descriptor
- 4. run `systemctl start pristin-etc-keeper.service` to start (if
+ 4. run `systemctl start pristine-etc-keeper.service` to start (if
nescessary) it draining the spool.
You may wish to run
-`systemctl reset-failed pristin-etc-keeper.service` before trying to
+`systemctl reset-failed pristine-etc-keeper.service` before trying to
start it.