# 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 6361e530'/> Wojtek's customized Guix
aboutsummaryrefslogtreecommitdiff
path: root/doc/images
AgeCommit message (Expand)Author
2022-05-12doc: Add the "Full-source Bootstrap"....Jan (janneke) Nieuwenhuizen
2020-05-22doc: Update 'Bootstrapping' for further binary seed reduction....Jan Nieuwenhuizen
2019-03-14Merge branch 'staging' into core-updatesMarius Bakke
2019-03-13doc: Document the graphical installer some more....Ludovic Courtès
2018-12-16doc: Update mesboot graph without bootstrap-guile....Jan Nieuwenhuizen
2018-11-24doc: Update for bootstrap-mescc-tools change....Jan Nieuwenhuizen
2018-09-23doc: Describe the Reduced Binary Seed bootstrap....Jan Nieuwenhuizen
2016-12-17doc: Update dot graphs....Ludovic Courtès
2016-01-29guix system: Rename 'dmd-graph' to 'shepherd-graph'....Alex Kost
2016-01-29services: Rename 'dmd' services to 'shepherd'....Alex Kost
2016-01-12doc: Show bootstrapping at the package level....Ludovic Courtès
2015-11-02services: Add 'profile-service-type'....Ludovic Courtès
2015-11-02services: Add 'system-service-type'....Ludovic Courtès
2015-10-15doc: Regenerate 'guix graph' examples....Ludovic Courtès
2015-10-14guix system: Add 'dmd-graph' command....Ludovic Courtès
2015-10-10services: Introduce extensible services....Ludovic Courtès
2015-08-27Add 'guix graph'....Ludovic Courtès
2015-06-21size: Add '--map-file' option....Ludovic Courtès