aboutsummaryrefslogtreecommitdiff
path: root/etc/guix-gc.service.in
blob: 2f1ca6584bbcef9e53d211023d397704285d8269 (about) (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
# This is a "service unit file" for the systemd init system to perform a
# one-shot 'guix gc' operation.  It is meant to be triggered by a timer.
# Drop it in /etc/systemd/system or similar together with 'guix-gc.timer'
# to set it up.

[Unit]
Description=Discard unused Guix store items

[Service]
Type=oneshot
# Customize the 'guix gc' arguments to fit your needs.
ExecStart=@localstatedir@/guix/profiles/per-user/root/current-guix/bin/guix gc -d 1m -F 10G
PrivateDevices=yes
PrivateNetwork=yes
PrivateUsers=no
ProtectKernelTunables=yes
ProtectKernelModules=yes
ProtectControlGroups=yes
MemoryDenyWriteExecute=yes
SystemCallFilter=@default @file-system @basic-io @system-service
packages/xml.scm?id=9dea1618755891526f708aa335b4136c1302d16e'>gnu: Use 'gtk-doc/stable' in native-inputs of selected packages....Mark H Weaver 2021-03-23gnu: java-xstream: Update to 1.4.16 [security fixes]....Léo Le Bouter 2021-03-23gnu: Add java-mxparser....Léo Le Bouter 2021-03-23gnu: Add java-xmlpull-api-v1....Julien Lepiller 2021-03-17gnu: Use PACKAGE/INHERIT in more places....Mark H Weaver 2021-03-03gnu: libebml: Update to 1.4.2 [fixes CVE-2021-3405]....Léo Le Bouter 2021-01-25Merge branch 'master' into stagingLeo Famulari 2021-01-14gnu: Add openjade....Maxim Cournoyer 2021-01-14gnu: opensp: Add doc output, enable tests and add search path....Maxim Cournoyer 2021-01-14gnu: opensp: Move package to (gnu packages xml)....Maxim Cournoyer 2021-01-12gnu: libebml: Update to 1.4.1....Michael Rohleder 2021-01-10Merge branch 'master' into stagingEfraim Flashner 2021-01-01gnu: java-xstream: Update to 1.4.15....Vincent Legoll 2020-12-31gnu: minixml: Update to 3.2....Vincent Legoll 2020-12-18gnu: xmlsec-nss: Disable MD5 support....Marius Bakke 2020-11-28gnu: pugixml: Update to 1.11....Tobias Geerinckx-Rice 2020-11-19gnu: xmlstarlet: Install symlink to xmlstarlet binary....Pierre Langlois 2020-11-19gnu: Don't append '.git' to GitHub uris....Efraim Flashner 2020-11-09gnu: xmlsec: Update to 1.2.31....Tobias Geerinckx-Rice 2020-10-16gnu: xlsxio: Update to 0.2.29....Brett Gilio 2020-09-02gnu: Add xlsxio...Edouard Klein 2020-08-18gnu: Add libxmlb....Raghav Gururajan 2020-08-09gnu: freexl: Update to 1.0.6....Tobias Geerinckx-Rice 2020-08-09gnu: freexl: Download over HTTPS....Tobias Geerinckx-Rice 2020-08-09gnu: html-xml-utils: Update to 7.9....Tobias Geerinckx-Rice 2020-08-04gnu: Add libxmlplusplus-2.6....Ricardo Wurmus 2020-08-04gnu: Add libxmlplusplus....Ricardo Wurmus 2020-07-24gnu: libebml: Update to 1.4.0....Marius Bakke 2020-07-12gnu: Remove ".git" from "https://github/…/….git"....Ludovic Courtès 2020-05-27gnu: xerces-c: Update to 3.2.3....Vincent Legoll