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
020-04-21tests: ssh: Explicitly wait for port 22....Ludovic Courtès 2019-05-09services: Log-in services now require "pam_loginuid"....Ludovic Courtès 2018-10-18services: dhcp-client: Deprecate 'dhcp-client-service' procedure....Ludovic Courtès 2018-06-13tests: Honor the return value of 'start-service'....Clément Lassieur 2018-06-01tests: ssh: Use 'with-extensions'....Ludovic Courtès 2017-11-01tests: ssh: Make sure we can run executables from PATH....Marius Bakke 2017-07-23Merge branch 'master' into core-updatesLeo Famulari 2017-07-20tests: Use 'virtual-machine' records instead of monadic procedures....Ludovic Courtès 2017-07-18tests: ssh: Use 'guile-ssh'....Ludovic Courtès 2017-06-12marionette: Factorize 'wait-for-file'....Ludovic Courtès 2017-05-21tests: ssh: Use 'guile2.0-ssh'....Ludovic Courtès 2017-04-01tests: Introduce 'simple-operating-system' and use it....Ludovic Courtès 2017-03-21tests: ssh: Add a test for SFTP....Clément Lassieur 2017-03-21tests: ssh: Abstract session connection and authentication....Clément Lassieur 2016-10-03tests: ssh: Add Dropbear test....Ludovic Courtès 2016-10-03tests: ssh: Generalize....Ludovic Courtès 2016-10-03tests: Add 'openssh-service-type' test....Ludovic Courtès