We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fced609 commit 661bad6Copy full SHA for 661bad6
examples/systemd/README.md
@@ -37,9 +37,10 @@ full list of supported formats, run `man systemd.socket`.
37
## Installation
38
39
1. Copy `nginx_exporter.service` and `nginx_exporter.socket` to `/etc/systemd/system/`
40
-2. Run `systemctl daemon-reload`
41
-3. Run `systemctl start nginx_exporter`
42
-4. Run `systemctl status nginx_exporter` to check the status of the service
+2. Add a user named `nginx_exporter`
+3. Run `systemctl daemon-reload`
+4. Run `systemctl start nginx_exporter`
43
+5. Run `systemctl status nginx_exporter` to check the status of the service
44
45
## Verification
46
0 commit comments