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-node.service.j2
fumingwei 99db049b02 1. add role adc_exporter and adc_exporter_proxy
2. modify sapp limitcore
3. add sentry in sapp
2020-11-14 10:08:11 +06:00

12 lines
172 B
Django/Jinja

[Unit]
Description=Node Exporter
After=network.target
[Service]
Type=simple
ExecStart=/opt/adc-exporter/node_exporter
Restart=always
[Install]
WantedBy=multi-user.target