aboutsummaryrefslogtreecommitdiff
# 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
uile-zlib" extension when unused....Mathieu Othacehe 2020-08-25linux-libre: Support module compression....Mathieu Othacehe 2020-07-27machine: ssh: Check for potential system downgrades....Ludovic Courtès 2020-07-25Use 'formatted-message' instead of '&message' where appropriate....Ludovic Courtès 2020-07-15services: Add 'system-provenance' procedure....Ludovic Courtès 2020-07-01services: provenance: Save channel introductions....Ludovic Courtès 2020-06-08gnu: services: Add %hurd-startup-service....Jan (janneke) Nieuwenhuizen 2020-06-08system: examples: Add bare-hurd.tmpl....Jan (janneke) Nieuwenhuizen 2020-04-26services: system: Initial entries are non-monadic....Ludovic Courtès 2020-04-26services: profile: Use a declarative profile....Ludovic Courtès 2020-04-21services: etc: Detect and report duplicate entries....Ludovic Courtès 2020-04-05services: Allow modprobe to use "/etc/modprobe.d"....Brice Waegeneire 2020-04-02services: Accumulate builds for 'system' entries....Ludovic Courtès 2019-12-07services: Add 'provenance-service-type'....Ludovic Courtès 2019-11-09services: 'fold-services' memoizes service values....Ludovic Courtès 2019-08-14remote: Remove '--system' argument....Jakob L. Kreuze 2019-05-10services: 'gc-root-service-type' now has a default value....Ludovic Courtès 2018-09-07services: 'instantiate-missing-services' reaches fixed point....Ludovic Courtès 2018-06-20services: boot: Take gexps instead of monadic gexps....Ludovic Courtès 2018-06-20services: Add description to core services....Ludovic Courtès 2018-06-20services: cleanup: Expect file names to be UTF-8-encoded....Ludovic Courtès 2018-06-20services: boot: Reverse the order of boot expressions....Ludovic Courtès 2018-04-08discovery: Remove dependency on (guix ui)....Ludovic Courtès 2018-03-29gnu: Refactor boot-service-type and activation-service-type....Chris Marusich 2018-01-21services: Missing services are automatically instantiated....Ludovic Courtès 2017-12-17services: cleanup: Remove "/run/udev/watch.old" directory....Danny Milosavljevic 2017-11-08services: Add 'lookup-service-types'....Ludovic Courtès 2017-11-08services: 'fold-service-types' includes (gnu services)....Ludovic Courtès 2017-11-08services: 'fold-service-types' honors its seed....Ludovic Courtès 2017-10-22gexp: Add 'directory-union'....Ludovic Courtès 2017-10-22gexp: Add 'file-union'....Ludovic Courtès 2017-10-12services: cleanup: Remove Shadow lock files from /etc....Ludovic Courtès 2017-09-22services: network-manager: Add support for VPN plug-ins....Ludovic Courtès 2017-09-16services: Add 'fold-service-types'....Ludovic Courtès 2017-09-16services: Add a description and location for each service type....Ludovic Courtès