aboutsummaryrefslogtreecommitdiff
# This is a "timer unit file" for the systemd init system to trigger
# 'guix-gc.service' periodically.  Drop it in /etc/systemd/system or similar
# together with 'guix-gc.service' to set it up.

[Unit]
Description=Discard unused Guix store items

[Timer]
OnCalendar=weekly
AccuracySec=1h
Persistent=true
RandomizedDelaySec=6000

[Install]
WantedBy=timers.target
x-shell.sh?id=32750e8c3ed38df4cafb39cffa878c6851abc899'>Merge remote-tracking branch 'signed/master' into core-updatesMathieu Othacehe 2021-12-10shell: When using '-D -f', '-D' has no effect on remaining packages....Ludovic Courtès 2021-11-18shell: Adjust test to expect C_INCLUDE_PATH, not CPATH....Ludovic Courtès 2021-10-30shell: Error out when an unauthorized guix.scm/manifest.scm is found....Ludovic Courtès 2021-10-25shell: By default load the local 'manifest.scm' or 'guix.scm' file....Ludovic Courtès 2021-10-25Add 'guix shell'....Ludovic Courtès