blob: a2f10b74fcb82866de7d5b6826ea9f255fd4e516 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
[Unit]
Description=Prometheus exporter for nginx vts
After=network.target
[Service]
ExecStart=/usr/bin/nginx-vts-exporter
User=nobody
Group=nobody
[Install]
WantedBy=multi-user.target
|