host/istal: fix directory to delete in the renovate-clear-cache service
This commit is contained in:
parent
a28d79606b
commit
10212a0cdc
1 changed files with 1 additions and 1 deletions
|
@ -7,7 +7,7 @@
|
||||||
systemd.services.renovate-clear-cache = {
|
systemd.services.renovate-clear-cache = {
|
||||||
script = ''
|
script = ''
|
||||||
set -eu
|
set -eu
|
||||||
${pkgs.coreutils}/bin/rm -rf /var/cache/renovate /var/lib/renovate
|
${pkgs.coreutils}/bin/rm -rf /var/cache/private/renovate /var/lib/renovate
|
||||||
'';
|
'';
|
||||||
serviceConfig = {
|
serviceConfig = {
|
||||||
Type = "oneshot";
|
Type = "oneshot";
|
||||||
|
|
Loading…
Add table
Reference in a new issue