Skip to content

Commit

Permalink
Ignore CLASSPATH if systemd is used (deric#157)
Browse files Browse the repository at this point in the history
  • Loading branch information
dhoppe authored Jul 23, 2020
1 parent bc08d41 commit 2d076a4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion templates/conf/environment.erb
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
NAME=zookeeper
ZOOCFGDIR=<%= scope.lookupvar("zookeeper::cfg_dir") %>
<% if scope.lookupvar('zookeeper::install_method') != 'archive' -%>
<% if scope.lookupvar('zookeeper::install_method') != 'archive' and scope.lookupvar('zookeeper::service_provider') != 'systemd' -%>
# TODO this is really ugly
# How to find out, which jars are needed?
# seems, that log4j requires the log4j.properties file to be in the classpath
Expand Down

0 comments on commit 2d076a4

Please sign in to comment.