mirror of
https://github.com/brian8544/turtle-wow.git
synced 2025-01-01 04:14:35 +00:00
13 lines
291 B
SYSTEMD
13 lines
291 B
SYSTEMD
|
[Unit]
|
||
|
Description=NGINX Prometheus exporter
|
||
|
|
||
|
[Service]
|
||
|
WorkingDirectory=/root
|
||
|
ExecStart=/root/nginx-prometheus-exporter/nginx-prometheus-exporter -nginx.scrape-uri http://127.0.0.1:8080/stub_status
|
||
|
User=root
|
||
|
Type=simple
|
||
|
Restart=on-failure
|
||
|
RestartSec=10
|
||
|
|
||
|
[Install]
|
||
|
WantedBy=multi-user.target
|