# 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 this.form.submit();'> Wojtek's customized Guix
aboutsummaryrefslogtreecommitdiff
path: root/gnu/packages/pumpio.scm
23-07-19 10:38:15 -0400'>2023-07-19
AgeCommit message (Expand)Author
tests: lightdm: Bump timeout waiting for screen text to 60 seconds....Maxim Cournoyer
2023-07-09gnu: lightdm: Apply patch to fix VNC server address binding ordering....Maxim Cournoyer
2023-03-21services: Add x11-socket-directory-service-type....Bruno Victal
2023-03-03services: dbus: Deprecate 'dbus-service' procedure....Bruno Victal
2023-03-03services: desktop: Deprecate 'accountsservice-service' procedure....Bruno Victal
2023-03-03services: desktop: Deprecate 'elogind-service' procedure....Bruno Victal
2022-11-17tests: lightdm: Use set-xorg-configuration to set keyboard layout....Maxim Cournoyer
2022-08-28services: Add lightdm-service-type....Maxim Cournoyer