aboutsummaryrefslogtreecommitdiff
path: root/locale/pt/LC_MESSAGES/_pastebins/2018-07-13-guix-builder-user-creation-commands.po
blob: d66c27cb43c341751ee99d952e326732f85c6670 (about) (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
#
msgid ""
msgstr ""

msgid ""
"title: Guix builder user creation commands\n"
"date: 2018-07-13\n"
"layout: pastebin\n"
"lang: en"
msgstr ""

msgid ""
"groupadd --system guixbuild\n"
"for i in `seq -w 1 10`;\n"
"do\n"
"    useradd -g guixbuild -G guixbuild           \\\n"
"            -d /var/empty -s `which nologin`    \\\n"
"            -c \"Guix build user $i\" --system    \\\n"
"            guixbuilder$i;\n"
"done\n"
msgstr ""