mirror of
https://github.com/scm-manager/scm-manager.git
synced 2026-05-07 02:05:47 +02:00
37 lines
1.4 KiB
XML
37 lines
1.4 KiB
XML
<!--
|
|
Copyright (c) 2020 - present Cloudogu GmbH
|
|
|
|
This program is free software: you can redistribute it and/or modify it under
|
|
the terms of the GNU Affero General Public License as published by the Free
|
|
Software Foundation, version 3.
|
|
|
|
This program is distributed in the hope that it will be useful, but WITHOUT
|
|
ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
|
|
FOR A PARTICULAR PURPOSE. See the GNU Affero General Public License for more
|
|
details.
|
|
|
|
You should have received a copy of the GNU Affero General Public License
|
|
along with this program. If not, see https://www.gnu.org/licenses/.
|
|
-->
|
|
|
|
<service>
|
|
|
|
<id>scm-server</id>
|
|
<name>SCM-Server</name>
|
|
<description>SCM-Manager Service</description>
|
|
<!--
|
|
Uncomment the line below and insert the path your java installation,
|
|
if you haven't configured a global JAVA_HOME environment variable
|
|
-->
|
|
<!-- env name="JAVA_HOME" value="C:\Program Files\Java\jre-11.0.7" /-->
|
|
<!--
|
|
Uncomment the line below and insert a path,
|
|
if you want to change the location of your SCM-Manager home directory.
|
|
-->
|
|
<!-- env name="SCM_HOME" value="D:\SCM-Manager" /-->
|
|
<executable>%JAVA_HOME%\bin\java</executable>
|
|
<arguments>-cp "%BASE%\conf";"%BASE%\lib\*" -DBASE_DIR="%BASE%" -Djava.awt.headless=true sonia.scm.server.ScmServerDaemon</arguments>
|
|
<logpath>%BASE%\logs</logpath>
|
|
<logmode>rotate</logmode>
|
|
</service>
|