Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@
</listitem>
<listitem>
<para><code>wrapper.plist.template</code> - Used on Mac systems to provide a list of
parameters to <code>launchd</code> daemon</para>
parameters to <code>launched</code> daemon</para>
</listitem>
<listitem>
<para><code>wrapper.ping.timeout</code> YAJSW pings the application to determine if it
Expand All @@ -122,6 +122,24 @@
</itemizedlist>
<para> If your system supports <code>systemd</code> you can run the service wrapper as a non-privileged user. You will be notified on choosing
<code>systemd</code> non-privileged when running the service wrapper installer and uninstaller.</para>

<sect3>
<title>Unattended Installation</title>
<para> The installation script will ask for certain parameters during the installation. In addition
to the properties described above, one can set two system variables to omit the interactive input.
This can be helpful when you need to install eXist as a service during a process where no interaction
is possible.</para>
<para> If the following variables are present, the installation will not ask for input: </para>
<itemizedlist>
<listitem><code>WRAPPER_UNATTENDED</code> should be non-zero length string<listitem>
</itemizedlist>
<para>Set either one of the following to determine the init system </para>
<itemizedlist>
<listitem><code>WRAPPER_USE_SYSTEMD</code> as a non-zero length string<listitem>
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
<listitem><code>WRAPPER_USE_SYSTEMD</code> as a non-zero length string<listitem>
<listitem><code>WRAPPER_USE_SYSTEMD</code> as a non-zero length string</listitem>

<listitem><code>WRAPPER_USE_SYSTEMV</code> as a non-zero length string<listitem>
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
<listitem><code>WRAPPER_USE_SYSTEMV</code> as a non-zero length string<listitem>
<listitem><code>WRAPPER_USE_SYSTEMV</code> as a non-zero length string</listitem>

Copy link
Contributor Author

@mathias-goebel mathias-goebel Dec 3, 2018

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

sorry for the mess, maven build succeds with the recent commit. f8f0c76

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

i also did a "format and indent" with oxygen.

</itemizedlist>
</sect3>

</sect2>

<!-- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -->
Expand Down