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
3:34 +0100'>2018-02-19services: avahi: Read PID file from /run....Ludovic Courtès 2018-02-15gnu: nss-mdns: Update to 0.12.0....Ludovic Courtès 2018-02-09services: avahi: Default to nss-mdns 0.10....Ludovic Courtès 2017-11-05services: Add 'description' fields....Ludovic Courtès 2016-12-19services: Use 'file-append' in more places....Ludovic Courtès