Fix mpdcron service exit 127

This commit is contained in:
Curt Spark 2024-03-22 11:48:37 +00:00
parent af87febb7b
commit 141316fa11
1 changed files with 1 additions and 0 deletions

View File

@ -180,6 +180,7 @@ in
}; };
Service = { Service = {
ExecStart = "${script}"; ExecStart = "${script}";
Environment = "PATH=${pkgs.mpdcron}/bin:${pkgs.systemd}/bin";
}; };
Install = { Install = {
WantedBy = [ "default.target" ]; WantedBy = [ "default.target" ];