From 3250c47408cfc3377302860666bf7c6d1fcd62b7 Mon Sep 17 00:00:00 2001 From: Daniel Quinn Date: Sat, 19 Mar 2016 12:26:19 +0000 Subject: [PATCH] rst vs md makes me sad --- docs/setup.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/setup.rst b/docs/setup.rst index 9cb23b122..e18d11dda 100644 --- a/docs/setup.rst +++ b/docs/setup.rst @@ -301,7 +301,7 @@ If you're running on a bare metal system that's using Systemd, you can use the service unit files in the ``scripts`` directory to set this up. You'll need to create a user called ``paperless`` and setup Paperless to be in a place that this new user can read and write to. Then, you can just tell Systemd to enable -the two ``.service`` files: +the two ``.service`` files:: # systemctl enable /path/to/paperless/scripts/paperless-consumer.service # systemctl enable /path/to/paperless/scripts/paperless-webserver.service