dist-git/configs/systemd/dist-git-gc.service
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

9 lines
138 B
Desktop File

[Unit]
Description=Git Repositories Clean Up
[Service]
Type=oneshot
ExecStart=/usr/bin/dist-git-gc
[Install]
WantedBy=multi-user.target