16 lines
399 B
Django/Jinja
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 |