Skip to content

Commit

Permalink
Cleanup systemd conf files
Browse files Browse the repository at this point in the history
- Drop useless and commented env vars
- Disable JMX by default
- Fix commented JAVA_HOME
  • Loading branch information
xavierba committed Apr 3, 2024
1 parent 41f8711 commit c0ffbb7
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 7 deletions.
6 changes: 2 additions & 4 deletions src/install/etc/default/lsc-async
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,11 @@
#====================================================================

# JMX
LSC_JMXPORT="1099"
#LSC_JMXPORT="1099"

# JAVA
#JAVA_HOME=/usr/java/jdk/jre
#JAVA_HOME=/usr/lib/jvm/jre

LSC_CONFIG_DIR="/etc/lsc"
#LSC_SYNC_TASKS=""
LSC_ASYNC_TASKS="-a all"
#LSC_CLEAN_TASKS=""
LSC_EXTRA_ARGS=""
5 changes: 2 additions & 3 deletions src/install/etc/default/lsc-sync
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,12 @@
#====================================================================

# JMX
LSC_JMXPORT="1099"
#LSC_JMXPORT="1099"

# JAVA
#JAVA_HOME=/usr/java/jdk/jre
#JAVA_HOME=/usr/lib/jvm/jre

LSC_CONFIG_DIR="/etc/lsc"
LSC_SYNC_TASKS="-s all"
#LSC_ASYNC_TASKS=""
LSC_CLEAN_TASKS="-c all"
LSC_EXTRA_ARGS=""

0 comments on commit c0ffbb7

Please sign in to comment.