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
e='9'>9space:mode:
authorSpencer King <spencer.king@geneoscopy.com>2024-09-26 20:58:56 +0000
committerLudovic Courtès <ludo@gnu.org>2024-10-25 11:57:48 +0200
commit03d0cf300e16dc92173a6500f5330aef3da1363b (patch)
tree060c699acf796a6aa137b813c2da7396c55f5ad2 /gnu/packages/glib.scm
parent250de2bfd9bf0f1a3dd0c1ed013e50b6ca1571f8 (diff)
downloadguix-03d0cf300e16dc92173a6500f5330aef3da1363b.tar.gz
guix-03d0cf300e16dc92173a6500f5330aef3da1363b.zip
gnu: Add julia-multivariatepolynomials.
* gnu/packages/julia-xyz.scm (julia-multivariatepolynomials): New variable. Change-Id: Ib175d3779a5037841d77fe431e7c0221237daa10 Signed-off-by: Ludovic Courtès <ludo@gnu.org>
Diffstat (limited to 'gnu/packages/glib.scm')
0 files changed, 0 insertions, 0 deletions