Skip to content

Commit 8de44d2

Browse files
committed
fix(adv. install): linux user group
close #878
1 parent 1448068 commit 8de44d2

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

src/main/xar-resources/data/advanced-installation/advanced-installation.xml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88

99
<info>
1010
<title>Advanced Installation Methods</title>
11-
<date>1Q20</date>
11+
<date>4Q24</date>
1212
<keywordset>
1313
<keyword>installation</keyword>
1414
<keyword>operations</keyword>
@@ -89,6 +89,8 @@
8989
<para>Begin by creating a new user in your system which is being created specifically to
9090
run eXist-db as a service. You can do this by typing the following command:</para>
9191
<programlisting>sudo useradd --system --shell /sbin/nologin --comment "eXist-db Service Account" existdb</programlisting>
92+
<para>To follow the examples here this user is part of an existdb user group:</para>
93+
<programlisting>sudo groupadd existdb</programlisting>
9294
<para>This command creates a new system user named "existdb" which does not need to
9395
login in order to run a service. In order for this new system user to be able to run
9496
eXist-db, we need to change the permission of eXist-db to match this new user. You

0 commit comments

Comments
 (0)