# This is a "service unit file" for the systemd init system to launch # 'guix publish'. Drop it in /etc/systemd/system or similar to have # 'guix publish' automatically started. [Unit] Description=Publish the GNU Guix store Requires=guix-daemon.service PartOf=guix-daemon.service After=guix-daemon.service [Service] ExecStart=@localstatedir@/guix/profiles/per-user/root/current-guix/bin/guix publish --user=nobody --port=8181 Environment='GUIX_LOCPATH=@localstatedir@/guix/profiles/per-user/root/guix-profile/lib/locale' LC_ALL=en_US.utf8 StandardOutput=journal StandardError=journal # Despite the name, this is rate-limited: a broken daemon will eventually fail. Restart=always # See . TasksMax=1024 [Install] WantedBy=multi-user.target on value='koszko-scripts'>koszko-scripts Wojtek's customized Guix
aboutsummaryrefslogtreecommitdiff
path: root/gnu/system/uuid.scm
AgeCommit message (Expand)Author
2023-06-18uuid: Fix NTFS UUID stringification....Tobias Geerinckx-Rice
2021-09-23uuid: Support XFS....Tobias Geerinckx-Rice
2020-11-07uuid: Add support for bcachefs....Tobias Geerinckx-Rice
2020-07-26file-systems: Add NTFS support....Mathieu Othacehe
2020-06-18uuid: Prevent a loop on invalid arguments....Maxim Cournoyer
2020-01-03uuid: Add support for JFS....Tobias Geerinckx-Rice