Fix nextcloud-quirk systemD service failures.

This commit is contained in:
Raphaël Numbus
2026-03-01 14:25:19 +01:00
parent b12f081bc3
commit 19b2ac7426
+1 -1
View File
@@ -219,7 +219,7 @@ helper.mkPodmanService {
onFailure = [ "service-failure-notify@%n.service" ];
startLimitBurst = 5;
startLimitIntervalSec = 600;
path = [ pkgs.coreutils pkgs.sudo pkgs.podman pkgs.systemd ];
path = [ pkgs.coreutils pkgs.sudo pkgs.podman pkgs.systemd pkgs.gnugrep ];
serviceConfig = {
Type = "oneshot";
RemainAfterExit = true;