Skip to content

Commit

Permalink
clean default systemd files
Browse files Browse the repository at this point in the history
  • Loading branch information
David Coutadeur committed Jan 19, 2024
1 parent 00d98d3 commit fbaf281
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 27 deletions.
15 changes: 6 additions & 9 deletions src/install/etc/default/lsc
Original file line number Diff line number Diff line change
Expand Up @@ -3,17 +3,14 @@
# (http://www.lsc-project.org).
#====================================================================

# LSC installation
LSC_BIN="/usr/local/lsc/bin/lsc"
LSC_CFG_DIR="/usr/local/lsc/etc"
LSC_USER=""
LSC_GROUP=""
LSC_PID_FILE="/var/run/lsc.pid"
LSC_TASKS="all"
LSC_PARAMS=""

# JMX
LSC_JMXPORT="1099"

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

#LSC_CONFIG_DIR="/etc/lsc"
#LSC_SYNC_TASKS="-s all"
#LSC_ASYNC_TASKS="-a all"
#LSC_CLEAN_TASKS="-c all"
#LSC_EXTRA_ARGS=""
9 changes: 0 additions & 9 deletions src/install/etc/default/lsc-async
Original file line number Diff line number Diff line change
Expand Up @@ -3,15 +3,6 @@
# (http://www.lsc-project.org).
#====================================================================

# LSC installation
LSC_BIN="/usr/local/lsc/bin/lsc"
LSC_CFG_DIR="/usr/local/lsc/etc"
LSC_USER=""
LSC_GROUP=""
LSC_PID_FILE="/var/run/lsc.pid"
LSC_TASKS="all"
LSC_PARAMS=""

# JMX
LSC_JMXPORT="1099"

Expand Down
9 changes: 0 additions & 9 deletions src/install/etc/default/lsc-sync
Original file line number Diff line number Diff line change
Expand Up @@ -3,15 +3,6 @@
# (http://www.lsc-project.org).
#====================================================================

# LSC installation
LSC_BIN="/usr/local/lsc/bin/lsc"
LSC_CFG_DIR="/usr/local/lsc/etc"
LSC_USER=""
LSC_GROUP=""
LSC_PID_FILE="/var/run/lsc.pid"
LSC_TASKS="all"
LSC_PARAMS=""

# JMX
LSC_JMXPORT="1099"

Expand Down

0 comments on commit fbaf281

Please sign in to comment.