aboutsummaryrefslogtreecommitdiff
path: root/etc/guix-gc.timer
blob: 192132fbda51d3f60e10b4773060ebaacf3ab37d (about) (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
# 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
eb2e8c8a6e043a0c993fe'>services: postgresql: Add socket directory support....Mathieu Othacehe 2020-10-20services: databases: Don't specify a default postgresql version....Christopher Baines 2020-07-13gnu: tests: Fix unbound variable....Julien Lepiller 2020-04-21tests: web: Explicitly wait for the HTTP port....Ludovic Courtès 2019-05-31services: Add patchwork....Christopher Baines 2018-10-18services: dhcp-client: Deprecate 'dhcp-client-service' procedure....Ludovic Courtès 2018-09-28tests: Add missing copyright statement....Marius Bakke 2018-09-26services: Add Varnish service....Marius Bakke 2018-09-10services: tailon: Move to (gnu services web)....Ludovic Courtès 2018-06-13tests: Honor the return value of 'start-service'....Clément Lassieur 2018-06-01services: Add hpcguix-web....Rouby Pierre-Antoine 2018-01-17gnu: services: web: Add service for httpd....Christopher Baines 2018-01-17gnu: tests: web: Generalise the nginx test....Christopher Baines 2017-12-19tests: Adjust php-fpm test to new nginx API....Ludovic Courtès 2017-12-18services: nginx: Replace 'http-port' and 'https-port' with 'listen'....Clément Lassieur 2017-12-12gnu: services: Add php-fpm....nee 2017-12-11services: web: Remove default certificate and key files for nginx....Christopher Baines 2017-07-20tests: Use 'virtual-machine' records instead of monadic procedures....Ludovic Courtès