[Git][java-team/apache-directory-server][master] 2 commits: Fix command in systemd service file.

Dominik George gitlab at salsa.debian.org
Sat Oct 27 15:17:55 BST 2018


Dominik George pushed to branch master at Debian Java Maintainers / apache-directory-server


Commits:
854fbfd0 by Dominik George at 2018-10-27T13:33:29Z
Fix command in systemd service file.

- - - - -
82fbf6ce by Dominik George at 2018-10-27T14:17:40Z
Turn NMU into team upload.

- - - - -


2 changed files:

- debian/apacheds.service
- debian/changelog


Changes:

=====================================
debian/apacheds.service
=====================================
@@ -8,14 +8,15 @@ Type=simple
 User=apacheds
 Group=apacheds
 EnvironmentFile=/etc/default/apacheds
-ExecStart=${JAVA_HOME}/bin/java ${JAVA_OPTS} \
-            -Dapacheds.controls=${ADS_CONTROLS} \
-            -Dapacheds.extendedOperations=${ADS_EXTENDED_OPERATIONS} \
-            -Dlog4j.configuration=file:${ADS_INSTANCES}/${ADS_INSTANCE}/conf/log4j.properties \
-            -Dapacheds.log.dir=${ADS_INSTANCES}/${ADS_INSTANCE}/log \
-            -cp '${ADS_HOME}/lib/*' \
-            org.apache.directory.server.UberjarMain \
-            ${ADS_INSTANCES}/${ADS_INSTANCE}/
+ExecStart=/bin/sh -c "exec \
+            ${JAVA_HOME}/bin/java ${JAVA_OPTS} \
+              -Dapacheds.controls=${ADS_CONTROLS} \
+              -Dapacheds.extendedOperations=${ADS_EXTENDED_OPERATIONS} \
+              -Dlog4j.configuration=file:${ADS_INSTANCES}/${ADS_INSTANCE}/conf/log4j.properties \
+              -Dapacheds.log.dir=${ADS_INSTANCES}/${ADS_INSTANCE}/log \
+              -cp '${ADS_HOME}/lib/*' \
+              org.apache.directory.server.UberjarMain \
+              ${ADS_INSTANCES}/${ADS_INSTANCE}/"
 PrivateTmp=true
 
 [Install]


=====================================
debian/changelog
=====================================
@@ -1,3 +1,10 @@
+apache-directory-server (2.0.0~M24-2) UNRELEASED; urgency=medium
+
+  * Team upload.
+  * Fix command in systemd service file. (Closes: #909063)
+
+ -- Dominik George <natureshadow at debian.org>  Sat, 27 Oct 2018 15:32:48 +0200
+
 apache-directory-server (2.0.0~M24-1) unstable; urgency=medium
 
   * Team upload.



View it on GitLab: https://salsa.debian.org/java-team/apache-directory-server/compare/a782838e6ed3aaed4509b3a9d1bc24b4dccb77ac...82fbf6ce293ea900d00b92c866480b84c4199676

-- 
View it on GitLab: https://salsa.debian.org/java-team/apache-directory-server/compare/a782838e6ed3aaed4509b3a9d1bc24b4dccb77ac...82fbf6ce293ea900d00b92c866480b84c4199676
You're receiving this email because of your account on salsa.debian.org.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://alioth-lists.debian.net/pipermail/pkg-java-commits/attachments/20181027/df07c03c/attachment.html>


More information about the pkg-java-commits mailing list