dist-git/configs/systemd/dist-git-gc.timer
Silvie Chlupova 003303a065 Garbage collection script
This makes subsequent git clones from the dist-git machine much more IO effective and faster.
It also saves disk space. It cleans up all unnecessary files.
The dist-git-gc script will run monthly.
2020-09-25 15:23:12 +02:00

8 lines
113 B
SYSTEMD

[Unit]
Description=Git Repositories Clean Up Timer
[Timer]
OnCalendar=monthly
[Install]
WantedBy=timers.target