aboutsummaryrefslogtreecommitdiff
path: root/etc/guix-publish.service.in
blob: 2dc89ef600868a40b5d796eae40a898cf62d5027 (about) (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
# 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' LC_ALL=en_US.utf8
RemainAfterExit=yes
StandardOutput=syslog
StandardError=syslog

# See <https://lists.gnu.org/archive/html/guix-devel/2016-04/msg00608.html>.
TasksMax=1024

[Install]
WantedBy=multi-user.target
>2019-08-30system: Add 'bootloader-menu-entries' field to <boot-parameters>....Ludovic Courtès 2019-07-16system: Write the timezone to /etc/timezone....Timothy Sample 2019-05-15system: Add 'operating-system-with-gc-roots'....Ludovic Courtès 2019-05-10system: Export 'operating-system-default-essential-services'....Ludovic Courtès 2019-04-27system: Add boot file systems to /etc/fstab....Ludovic Courtès 2019-04-25system: Add guile-readline and guile-colorized to %BASE-PACKAGES....Ludovic Courtès 2019-04-22system: Change default kernel-arguments to '("quiet")....Christopher Baines 2019-04-15system: Add 'label' field to <operating-system>....Ludovic Courtès 2019-04-14system: Remove "beta" from GRUB menu entries....Ludovic Courtès 2019-03-30system: Define 'this-operating-system'....Ludovic Courtès 2019-03-25system: Add 'essential-services' field to <operating-system>....Ludovic Courtès 2019-03-24system: Initialize console keyboard layout in the initrd....Ludovic Courtès 2019-03-22system: Fix misleading comments....Ludovic Courtès 2019-01-17gnu: Add graphical installer support....Mathieu Othacehe 2019-01-13system: Add sudoedit to %setuid-programs....Meiyo Peng 2018-12-26system: Fix missing space in boot labels for kernels that are inferior packages...Pkill -9 2018-12-21system: 'kernel->boot-label' now accepts inferior packages....Pkill -9 2018-11-21linux-initrd: 'expression->initrd' returns the complete file name....Ludovic Courtès 2018-11-18system: De-monadify 'operating-system-bootcfg'....Ludovic Courtès 2018-11-18system: Please Emacs....Ludovic Courtès 2018-11-18system: De-monadify 'operating-system-boot-parameters'....Ludovic Courtès 2018-11-18linux-initrd: Return file-like objects instead of monadic values....Ludovic Courtès 2018-11-18system: Simplify kernel argument handling....Ludovic Courtès 2018-11-18bootloader: De-monadify configuration file generators....Ludovic Courtès