Skip to content

Commit 742685a

Browse files
authored
Fix systemd example for configuring nginx_exporter.service (#650)
1 parent 222673a commit 742685a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/systemd/nginx_exporter.service

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ Requires=nginx_exporter.socket
44

55
[Service]
66
User=nginx_exporter
7-
ExecStart=/usr/local/bin/nginx-prometheus-exporter --nginx.scrape-uri="http://127.0.0.1:8080/stub_status" --web.systemd-socket
7+
ExecStart=/usr/local/bin/nginx-prometheus-exporter --nginx.scrape-uri=http://127.0.0.1:8080/stub_status --web.systemd-socket
88

99
[Install]
1010
WantedBy=multi-user.target

0 commit comments

Comments
 (0)