mirror of
https://github.com/pi-hole/docs.git
synced 2024-12-06 19:27:12 +01:00
Custom services should be stored under /etc/systemd/system
This commit is contained in:
@@ -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]
|
||||
|
||||
Reference in New Issue
Block a user