File tree Expand file tree Collapse file tree 1 file changed +3
-1
lines changed
src/main/xar-resources/data/advanced-installation Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Original file line number Diff line number Diff line change 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 >
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
You can’t perform that action at this time.
0 commit comments