This unit is provided by:
Options
-
[Install]
-
WantedBy=multi-user.target
-
-
[Service]
-
EnvironmentFile=-/etc/conf.d/prometheus-systemd-exporter
-
ExecReload=/bin/kill -HUP $MAINPID
-
ExecStart=/usr/bin/prometheus-systemd-exporter $SYSTEMD_EXPORTER_ARGS
-
Group=systemd_exporter
-
NoNewPrivileges
Introduced in systemd 239=yes -
ProtectHome
Introduced in systemd 214=read-only -
ProtectSystem
Introduced in systemd 214=strict -
Restart=on-failure
-
User=systemd_exporter
-
-
[Unit]
-
After=network-online.target
-
Description=Prometheus exporter for systemd metrics
-
Requires=network-online.target
-
Additionnal notes
Nothing here.