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
riable. Tobias Geerinckx-Rice 2020-01-03gnu: Add jfs_fsck-static....* gnu/packages/file-systems.scm (jfs_fsck-static): New public variable. Tobias Geerinckx-Rice 2020-01-03gnu: Add jfsutils-static....gnu/packages/file-systems.scm (jfsutils/static): New public variable. Tobias Geerinckx-Rice 2019-12-31gnu: Add jfsutils....* gnu/packages/file-systems.scm (jfsutils): New public variable. Tobias Geerinckx-Rice 2019-12-26gnu: Add zfs....* gnu/packages/file-systems.scm (zfs): New variable. Efraim Flashner 2019-12-19gnu: httpfs2: Don't use NAME in source URI....* gnu/packages/file-systems.scm (httpfs2)[source]: Hard-code NAME. Tobias Geerinckx-Rice 2019-12-08gnu: glusterfs: Update to 7.0...* gnu/packages/file-systems.scm (glusterfs): Update to 7.0. [source]: Update URL. [arguments]: Add "PYTHON=" and"--enable-cmocka" configure flags. Remove 'replace-config.sub and 'fix-lex phases. Add 'autogen. [native-inputs]: Add libtirpc, rpcsvc-proto, autoconf, automake, and libtool. [inputs]: Add fuse, libaio, and rdma-core. Remove lvm2 and sqlite. * gnu/packages/patches/glusterfs-use-PATH-instead-of-hardcodes.patch: Remove. * gnu/local.mk (dist_patch_DATA): Adjust accordingly. Co-authored-by: Ludovic Courtès <ludo@gnu.org> Andrew Miloradovsky 2019-10-10gnu: apfs-fuse: Fix build....* gnu/packages/file-systems.scm (apfs-fuse)[arguments]: Install the LICENSE file with the default 'install-license-files' phase. Leo Famulari