1
Fork 0

Fix forgejo tmpfile rules not being made for root

This commit is contained in:
prescientmoon 2024-10-11 17:38:39 +02:00
parent e5a9c9391a
commit b38da515ea
Signed by: prescientmoon
SSH key fingerprint: SHA256:WFp/cO76nbarETAoQcQXuV+0h7XJsEsOCI0UsyPIy6U

View file

@ -59,5 +59,5 @@
# Clean up dumps older than a week.
# The data is also saved in zfs snapshots and rsync backups,
# so this is just an extra layer of safety.
systemd.user.tmpfiles.rules = [ "d ${config.services.forgejo.stateDir}/dump - - - 7d" ];
systemd.tmpfiles.rules = [ "d ${config.services.forgejo.stateDir}/dump - - - 7d" ];
}