# 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 'hidden' name='id' value='c64e832f1008bec9a11481b4f48b5f619ce0319d'/> Wojtek's customized Guix
aboutsummaryrefslogtreecommitdiff
path: root/gnu/packages/nvi.scm
AgeCommit message (Expand)Author
2018-03-16gnu: All snippets report errors using exceptions, else return #t....Mark H Weaver
2017-11-11gnu: nvi: Build with support for Unicode text....Leo Famulari