aboutsummaryrefslogtreecommitdiff
path: root/locale/fr/LC_MESSAGES/_pastebins/2018-07-13-gnu-guix-systemd-daemon-for-nixos.po
blob: bb0ab48a3e3d0d7f4fa08212627dc8f4ef2579e3 (about) (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
#
msgid ""
msgstr ""

msgid ""
"title: GNU Guix systemd daemon for NixOS\n"
"date: 2018-07-13\n"
"layout: pastebin\n"
"lang: en"
msgstr ""

msgid ""
"  # Derived from Guix guix-daemon.service.in\n"
"  # https://git.savannah.gnu.org/cgit/guix.git/tree/etc/guix-daemon.service.in?id=00c86a888488b16ce30634d3a3a9d871ed6734a2\n"
"  systemd.services.guix-daemon = {\n"
"    enable = true;\n"
"    description = \"Build daemon for GNU Guix\";\n"
"    serviceConfig = {\n"
"      ExecStart = \"/var/guix/profiles/per-user/root/guix-profile/bin/guix-daemon --build-users-group=guixbuild\";\n"
"      Environment=\"GUIX_LOCPATH=/root/.guix-profile/lib/locale\";\n"
"      RemainAfterExit=\"yes\";\n"
"      StandardOutput=\"syslog\";\n"
"      StandardError=\"syslog\";\n"
"      TaskMax= 8192;\n"
"    };\n"
"    wantedBy = [ \"multi-user.target\" ];\n"
"  };\n"
msgstr ""