Skip to content
GitLab
Explore
Sign in
Register
Commits on Source (2)
Fix command in systemd service file.
· 854fbfd0
Dominik George
authored
Oct 27, 2018
854fbfd0
Turn NMU into team upload.
· 82fbf6ce
Dominik George
authored
Oct 27, 2018
82fbf6ce
Show whitespace changes
Inline
Side-by-side
debian/apacheds.service
View file @
82fbf6ce
...
...
@@ -8,14 +8,15 @@ Type=simple
User
=
apacheds
Group
=
apacheds
EnvironmentFile
=
/etc/default/apacheds
ExecStart
=
${JAVA_HOME}/bin/java ${JAVA_OPTS}
\
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}/
${ADS_INSTANCES}/${ADS_INSTANCE}/
"
PrivateTmp
=
true
[Install]
...
...
debian/changelog
View file @
82fbf6ce
apache-directory-server (2.0.0~M24-2) UNRELEASED; urgency=medium
* Team upload.
* Fix command in systemd service file. (Closes: #909063)
-- Dominik George <natureshadow@debian.org> Sat, 27 Oct 2018 15:32:48 +0200
apache-directory-server (2.0.0~M24-1) unstable; urgency=medium
* Team upload.
...
...