# 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 orm'>
Wojtek's customized Guix
aboutsummaryrefslogtreecommitdiff
path: root/gnu/packages/nfs.scm
AgeCommit message (Expand)Author
2018-11-10gnu: nfs-utils: Fix building with glibc@2.28....Efraim Flashner
2018-01-10gnu: nfs-utils: Adapt to changes in glibc 2.26....Leo Famulari
2017-05-08gnu: nfs-utils: Adjust indentation....Leo Famulari
2017-05-08gnu: nfs-utils: Update to 2.1.1....Leo Famulari
2017-01-19gnu: Move Kerberos implemetations to (gnu packages kerberos)....Ludovic Courtès