aboutsummaryrefslogtreecommitdiff
# 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
StandardOutput=journal
StandardError=journal

# Despite the name, this is rate-limited: a broken daemon will eventually fail.
Restart=always

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

[Install]
WantedBy=multi-user.target
r: parted: Add debug output....Mathieu Othacehe 2020-11-01installer: parted: Internationalize the partition handling code....Ludovic Courtès 2020-10-30installer: Use UUIDs in the 'swap-devices' field....Ludovic Courtès 2020-10-19installer: Create bios_grub partition when it is needed....Miguel Ángel Arruga Vivas 2020-09-21installer: Fix docstring typoes....Tobias Geerinckx-Rice 2020-08-06installer: Remove logical devices....Mathieu Othacehe 2020-07-26installer: Add NTFS support....Mathieu Othacehe 2020-02-22installer: Log important bits to syslog....Ludovic Courtès 2020-01-05installer: Add JFS support....Tobias Geerinckx-Rice 2020-01-05installer: Fix typo....Tobias Geerinckx-Rice 2019-09-25installer: Update to Guile-Parted 0.0.2 release....Mathieu Othacehe 2019-06-05installer: Always add '%base-initrd-modules' to 'initrd-modules'....Ludovic Courtès 2019-05-19installer: Fix Guile-Parted crash on i686....Ludovic Courtès 2019-05-15installer: Rename 'auto-partition' to 'auto-partition!'....Ludovic Courtès 2019-05-14installer: Fix docstring....Danny Milosavljevic 2019-05-14installer: Add fat16....Danny Milosavljevic 2019-05-14installer: Create btrfs file system....Danny Milosavljevic 2019-03-27installer: Produce an 'initrd-modules' field if needed....Ludovic Courtès 2019-03-27installer: Emit 'bootloader' field before 'swap-devices'....Ludovic Courtès 2019-03-25installer: Set the system's 'keyboard-layout' field....Ludovic Courtès 2019-02-18gnu: Fix some typos in the installer....Tobias Geerinckx-Rice