aboutsummaryrefslogtreecommitdiff
path: root/etc/guix-daemon.service.in
blob: 17b54eaeb062f64771b0e66c3f64ff2505f88a23 (about) (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
# This is a "service unit file" for the systemd init system to launch
# 'guix-daemon'.  Drop it in /etc/systemd/system or similar to have
# 'guix-daemon' automatically started.

[Unit]
Description=Build daemon for GNU Guix

[Service]
ExecStart=@localstatedir@/guix/profiles/per-user/root/current-guix/bin/guix-daemon \
    --build-users-group=guixbuild --discover=no
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>.
# Some package builds (for example, go@1.8.1) may require even more than
# 1024 tasks.
TasksMax=8192

[Install]
WantedBy=multi-user.target
/commit/po/packages?id=d333958763b0840c4cd895601b079b68358a6a46'>nls: Update translations.Julien Lepiller 2023-02-26nls: Fix more Texinfo Italiano.Tobias Geerinckx-Rice * po/guix/it.po: Fix ‘@opzione’, ‘@comando’. 2023-02-03gnu: Remove key-mon.scm.Julien Lepiller The file is empty. * gnu/packages/key-mon.scm: Remove file. * gnu/local.mk (GNU_SYSTEM_MODULES): Remove it. * po/packages/POTFILES.in: Remove it. 2023-01-05nls: Update translations.Julien Lepiller * po/guix/ka.po: New file. * po/guix/LINGUAS: Add it. * po/packages/uk.po: New file. * po/packages/LINGUAS: Add it. 2022-12-04nls: Update translations.Julien Lepiller po/packages/vi.po: New file. po/packages/LINGUAS: Add it. 2022-11-20scripts: Use translations for guix.pot for service descriptions.pelzflorian (Florian Pelz) Previously, service descriptions appeared in both guix.pot and packages.pot, but only translations of packages.pot were used. Now, translations are only done with guix.pot. This is better, because translators are more likely to translate guix.pot, and is also easier, because files in gnu/{home/,}services need to be in po/guix/POTFILES.in anyway and po/guix/Makevars already acts on the 'description' keyword because of lint checkers. * guix/scripts/home.scm (service-type-description-string): Use translations from guix.pot. * guix/scripts/system/search.scm (service-type-description-string) (service-type->recutils): Likewise. * po/packages/POTFILES.in: Move files in gnu/services to ... * po/guix/POTFILES.in: ... here. 2022-11-04nls: Update translations.Julien Lepiller * po/guix/lt.po: New file. * po/guix/LINGUAS: Add lt. 2022-10-06nls: Update translations.Julien Lepiller 2022-09-04nls: Update translations.Julien Lepiller 2022-08-16ui: Describe package outputs.Liliana Marie Prikler * guix/ui.scm (package->recutils): Output outputs with their descriptions, one per line. * po/packages/Makevars (XGETTEXT_OPTIONS): Add ‘output-synopsis’ as keyword. 2022-08-10nls: Update translations.Julien Lepiller po/guix/bn.po: New file. po/guix/LINGUAS: Add it. 2022-07-09nls: Update translations.Julien Lepiller po/guix/tr.po: New file. po/guix/LINGUAS: Add it. 2022-06-04nls: Update translations.Julien Lepiller po/packages/tr.po: New file. po/packages/LINGUAS: Add it. 2022-05-01nls: Update translations.Julien Lepiller po/guix/ja.po: New file. po/guix/LINGUAS: Add it. 2022-04-02nls: Update translations.Julien Lepiller * po/packages/fi.po: New file. * po/packages/LINGUAS: Add it. 2022-03-01nls: Update translations.Julien Lepiller * po/doc/guix-cookbook.uk.po: New file. * po/doc/local.mk: Add uk cookbook. * doc/local.mk: Add uk cookbook. * po/guix/fa.po: New file. * po/guix/uk.po: New file. * po/guix/LINGUAS: Add fa and uk. 2022-02-04nls: Update translations.Julien Lepiller * po/doc/guix-cookbook.pt_BR.po: New file. * po/doc/local.mk: Add it. * doc/local.mk: Add pt_BR cookbook. 2022-01-09nls: Update translations.Julien Lepiller * po/doc/guix-cookbook.fi.po: New file. * po/doc/guix-manual.fi.po: New file. * po/doc/local.mk: Add them. * doc/local.mk: Add them. * po/guix/fi.po: New file. * po/guix/LINGUAS: Add it. 2021-12-04nls: Update translations.Julien Lepiller