Files
Ansible/roles/systemd_exporter/templates/systemd_exporter.service.j2
2022-10-09 21:41:56 +00:00

16 lines
399 B
Django/Jinja

## Managed by Ansible ##
[Unit]
Description=Prometheus Systemd Exporter
After=network-online.target
[Service]
Type=simple
User={{ systemd_exporter_system_user }}
Group={{ systemd_exporter_system_group }}
ExecStart={{ systemd_exporter_install_dir }}/systemd_exporter --systemd.collector.unit-include="{{ systemd_exporter_include }}"
Restart=always
RestartSec=1
[Install]
WantedBy=multi-user.target