From 1c32445cebb78dae592a335ce2cdceefdd6e4dac Mon Sep 17 00:00:00 2001 From: Achilleas Pipinellis Date: Mon, 21 Oct 2019 09:17:49 +0200 Subject: [PATCH] Custom services should be stored under /etc/systemd/system --- docs/guides/dns-over-https.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/guides/dns-over-https.md b/docs/guides/dns-over-https.md index 1613e5f..dce78a5 100644 --- a/docs/guides/dns-over-https.md +++ b/docs/guides/dns-over-https.md @@ -69,7 +69,7 @@ sudo chown cloudflared:cloudflared /etc/default/cloudflared sudo chown cloudflared:cloudflared /usr/local/bin/cloudflared ``` -Then create the `systemd` script by copying the following in to `/lib/systemd/system/cloudflared.service`. This will control the running of the service and allow it to run on startup. +Then create the `systemd` script by copying the following in to `/etc/systemd/system/cloudflared.service`. This will control the running of the service and allow it to run on startup: ``` [Unit]