# 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 [Service] ExecStart=@localstatedir@/guix/profiles/per-user/root/guix-profile/bin/guix publish --user=nobody --port=8181 Environment=GUIX_LOCPATH=/root/.guix-profile/lib/locale RemainAfterExit=yes StandardOutput=syslog StandardError=syslog # See . TasksMax=1024 [Install] WantedBy=multi-user.target d='get'> Wojtek's customized Guix
aboutsummaryrefslogtreecommitdiff
path: root/configure.ac
AgeCommit message (Expand)Author
2024-06-03build: Use the po4a command for the translation generation....gemmaro
2024-06-03build: Update the POT creation task with the po4a command....gemmaro
2024-05-25configure.ac: Set default value for the 'prefix' variable....Maxim Cournoyer
2024-04-19maint: Resurrect running `make' from a tarball....Janneke Nieuwenhuizen
2023-10-22teams: Adjust shebang to use 'guix repl'....Maxim Cournoyer
2023-09-26build: Add dependency on Git....Ludovic Courtès
2022-07-03etc: Add teams.scm....Ricardo Wurmus
2022-01-25build: Require Guile >= 3.0.3....Ludovic Courtès
2021-11-23maint: "make dist" builds tarballs in 'ustar' format....Ludovic Courtès