1
0
Fork 0

Fix systemd

This commit is contained in:
Malte 2022-12-02 03:09:23 +01:00
parent 367acf9232
commit c728f7eb2d

View file

@ -3,7 +3,7 @@
services.prometheus-systemd-exporter = {
Unit.Description = "Prometheus systemd exporter";
Service = {
ExecStart = "${pkgs.prometheus-systemd-exporter}/bin/systemd_exporter --collector.user";
ExecStart = "${pkgs.prometheus-systemd-exporter}/bin/systemd_exporter --systemd.collector.user";
};
Install.WantedBy = ["default.target"];
};