Fix mpdcron service exit 127
This commit is contained in:
parent
af87febb7b
commit
141316fa11
|
|
@ -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" ];
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue