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
7510c7471486dffc93e1e707e5'>gnu: Add machine type for deployment specifications....Jakob L. Kreuze 2019-06-17utils: Add 'invoke/quiet'....Ludovic Courtès 2019-06-14gnu: bootstrap: Download the bootstrap bash, mkdir, tar, and xz binaries....Ludovic Courtès 2019-06-13Reinstate "nls: Update 'de' translation of the manual."...Ludovic Courtès 2019-06-10Revert "nls: Update 'de' translation of the manual."...Ricardo Wurmus 2019-06-07nls: Update 'de' translation of the manual.Ludovic Courtès 2019-05-17nls: Update 'es' translation.Ludovic Courtès 2019-05-17nls: Update 'de' translation.Ludovic Courtès 2019-05-15nls: Update 'zh_CN' translation.Ludovic Courtès 2019-05-13nls: Update 'fr' translation.Julien Lepiller 2019-05-13nls: Update es translation.Ludovic Courtès 2019-05-13nls: Update de translation.Ludovic Courtès 2019-05-13doc: Add Russian translation....Ludovic Courtès 2019-05-03nls: Update da translations.Ludovic Courtès 2019-05-01nls: Revert latest guix-manual.zh_CN changes....Ludovic Courtès 2019-05-01nls: Fix cross-reference syntax error in 'guix-manual.es.po'....Ludovic Courtès 2019-05-01nls: Update translations for de and fr.Ludovic Courtès 2019-05-01nls: Update manual translations for de, es, fr, and zh_CN.Ludovic Courtès 2019-04-30build: 'guix-manual.*.po' no longer depends on 'guix-manual.pot'....Ludovic Courtès 2019-04-30nls: Remove 'guix-manual.pot'....Ludovic Courtès 2019-04-29maint: Mark 'doc-pot-update' and 'doc-po-update' as phony....Ludovic Courtès 2019-04-29guix package: Add 'guix search' alias....Ludovic Courtès 2019-04-29guix package: Add 'install', 'remove', and 'upgrade' aliases....Ludovic Courtès 2019-04-27nls: Fix wrong include name....Clément Lassieur 2019-04-27nls: Update 'zh_CN' translation....Julien Lepiller 2019-04-25nls: Update 'es' translation.Julien Lepiller 2019-04-25nls: Update 'de' translation.Julien Lepiller 2019-04-25nls: Update 'fr' translation.Julien Lepiller 2019-04-24nls: Update 'fr' translation of the manual.Julien Lepiller 2019-04-24doc: Add Simplified Chinese translation....Ludovic Courtès 2019-04-24nls: Fix guix-manual.zh_CN.po....Ludovic Courtès 2019-04-24doc: Add zh_CN PO file....Ludovic Courtès 2019-04-23doc: Add Spanish translation....Miguel Ángel Arruga Vivas 2019-04-23nls: Add missing installer files....Ludovic Courtès 2019-04-17nls: Update 'de' translation.Ludovic Courtès 2019-04-17nls: Update 'de' translation of the manual.Ludovic Courtès 2019-04-15nls: Update 'fr' translation.Julien Lepiller 2019-04-13nls: Update 'fr' translation.Julien Lepiller 2019-04-02nls: Update 'de' translation of the manual.Ludovic Courtès