mirror of
https://github.com/brian8544/turtle-wow.git
synced 2024-12-29 02:44:34 +00:00
13 lines
291 B
Desktop File
13 lines
291 B
Desktop File
[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 |