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
>gnu: lean: Update to 3.23.0....Tobias Geerinckx-Rice 2020-07-19gnu: lean: Disable test cases for i686 and armhf....Brett Gilio 2020-07-19gnu: lean: Update to 3.17.1....Brett Gilio 2020-03-28Update email address and Savannah handle for Amin Bandali....Amin Bandali 2020-01-17Update email address for Amin Bandali....Amin Bandali 2020-01-03gnu: Add lean....Amin Bandali