Sleep comes from coreutils

This commit is contained in:
2025-12-31 00:06:35 -08:00
parent 0cc3d6483c
commit ecdb021563

View File

@@ -66,7 +66,7 @@
serviceConfig = { serviceConfig = {
Type = "simple"; Type = "simple";
ExecStartPre = ''${pkgs.sleep}/bin/sleep 30''; ExecStartPre = ''${pkgs.coreutils}/bin/sleep 30'';
ExecStart = "${pkgs.writeShellScript "hpe-silent-fans.sh" '' ExecStart = "${pkgs.writeShellScript "hpe-silent-fans.sh" ''
set -e set -e