# 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 RemainAfterExit=yes StandardOutput=syslog StandardError=syslog # See . TasksMax=1024 [Install] WantedBy=multi-user.target lue='koszko' selected='selected'>koszko Wojtek's customized Guix
aboutsummaryrefslogtreecommitdiff
path: root/gnu.scm
AgeCommit message (Expand)Author
2019-03-24Add (gnu system keyboard)....Ludovic Courtès
2017-11-08gnu: Improve error reporting of the use-.*modules macros....Ludovic Courtès
2017-05-16bootloader: Add extlinux support....Mathieu Othacehe
2016-04-18system: Add (gnu system mapped-devices)....Ludovic Courtès
2015-11-03system: Rename (gnu system linux) to (gnu system pam)....Ludovic Courtès
2015-02-04system: Add bindings to configure libc's NSS....Ludovic Courtès
2015-01-22gnu: Add convenience macros to make module imports more concise....Joshua S. Grant
2014-09-09Have (gnu) re-export (guix gexp)....Ludovic Courtès
2014-05-22Add (gnu) module....Ludovic Courtès