build02/nixpkgs-update: set oneshot for nixpkgs-update-delete-old-logs
follow up from 415bdb8e1b
This commit is contained in:
parent
d31c569094
commit
a7c9172d97
1 changed files with 1 additions and 0 deletions
|
@ -232,6 +232,7 @@ in
|
|||
${pkgs.findutils}/bin/find /var/log/nixpkgs-update/~workers -type f -mtime +90 -delete
|
||||
${pkgs.findutils}/bin/find /var/log/nixpkgs-update -type d -empty -delete
|
||||
'';
|
||||
serviceConfig.Type = "oneshot";
|
||||
};
|
||||
|
||||
systemd.tmpfiles.rules = [
|
||||
|
|
Loading…
Add table
Reference in a new issue