gnu: Add go-github-com-onsi-gomega.
[jackhill/guix/guix.git] / etc / guix-gc.timer
1 # This is a "timer unit file" for the systemd init system to trigger
2 # 'guix-gc.service' periodically. Drop it in /etc/systemd/system or similar
3 # together with 'guix-gc.service' to set it up.
4
5 [Unit]
6 Description=Discard unused Guix store items
7
8 [Timer]
9 OnCalendar=weekly
10 AccuracySec=1h
11 Persistent=true
12 RandomizedDelaySec=6000
13
14 [Install]
15 WantedBy=timers.target