-
-
Notifications
You must be signed in to change notification settings - Fork 45
documentation regarding eXist-db/exist#2239 #276
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Changes from 1 commit
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Original file line number | Diff line number | Diff line change | ||||
---|---|---|---|---|---|---|
|
@@ -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 | ||||||
|
@@ -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> | ||||||
mathias-goebel marked this conversation as resolved.
Outdated
Show resolved
Hide resolved
|
||||||
</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> | ||||||
|
<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> |
Outdated
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
<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> |
There was a problem hiding this comment.
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
There was a problem hiding this comment.
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.
Uh oh!
There was an error while loading. Please reload this page.