app-exporter/deb/app-exporter.service

12 lines
212 B
SYSTEMD
Raw Permalink Normal View History

[Unit]
Description=Prometheus Application version exporter for the Recycled Cloud
After=network.target
[Service]
Type=simple
User=root
ExecStart=/usr/local/bin/app-exporter
[Install]
WantedBy=multi-user.target