This repository has been archived on 2025-09-14. You can view files and clone it, but cannot push or open issues or pull requests.
Files
solutions-tsg-scripts/roles/adc_exporter/templates/adc-exporter-systemd.service.j2
fumingwei b8bcf35a5f 1.delele all citys output influxdb
2.modify mrzcpd icore error
3.remove adc-exporter-systemd.service wilte list limit
2020-11-20 12:28:12 +06:00

12 lines
209 B
Django/Jinja

[Unit]
Description=Systemd Exporter
After=network.target
[Service]
Type=simple
ExecStart=/opt/adc-exporter/systemd_exporter --web.disable-exporter-metrics
Restart=always
[Install]
WantedBy=multi-user.target