# 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/current-guix/bin/guix publish --user=nobody --port=8181 Environment=GUIX_LOCPATH=@localstatedir@/guix/profiles/per-user/root/guix-profile/lib/locale RemainAfterExit=yes StandardOutput=syslog StandardError=syslog # See . TasksMax=1024 [Install] WantedBy=multi-user.target ut type='hidden' name='id' value='93f8a00964eed7b3e3f3033f554b2e0fa49556ea'/> Wojtek's customized Guix
aboutsummaryrefslogtreecommitdiff
path: root/gnu/packages/lesstif.scm
ts/import-utils.scm?id=5e2495d09e5ad78f8ebb6bfa6fb4ff09fb305ec4'>import: utils: 'alist->package' allows false license....
AgeCommit message (Expand)Author
Ludovic Courtès
2017-10-06import: Use a 'file://' URL in 'alist->package' test....Ludovic Courtès
2017-09-28import: Add generic data to package converter....Ricardo Wurmus
2016-09-28import: utils: Refactor license->symbol....David Craven
2016-04-03build: Add a Guile custom test driver using SRFI-64....Mathieu Lirzin
2016-01-20tests: Move beatify-description tests to import-tests....Ben Woodcroft