Skip to content

Commit

Permalink
Update path to pid
Browse files Browse the repository at this point in the history
  • Loading branch information
patelh committed Dec 15, 2015
1 parent 7d4e9e4 commit 68c7972
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/templates/etc-default
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@

# Setting JAVA_OPTS
# -----------------
JAVA_OPTS="-Dpidfile.path=/var/run/${{app_name}}/play.pid -Dconfig.file=/etc/${{app_name}}/application.conf -Dlogger.file=/etc/${{app_name}}/logger.xml $JAVA_OPTS"
JAVA_OPTS="-Dpidfile.path=/var/run/${{app_name}}.pid -Dconfig.file=/etc/${{app_name}}/application.conf -Dlogger.file=/etc/${{app_name}}/logger.xml $JAVA_OPTS"

# Setting PIDFILE
# ---------------
PIDFILE="/var/run/${{app_name}}/play.pid"
PIDFILE="/var/run/${{app_name}}.pid"

0 comments on commit 68c7972

Please sign in to comment.