Skip to content

Commit

Permalink
Merge pull request #180 from kardapoltsev/master
Browse files Browse the repository at this point in the history
pid file location changed for play and systemV start template
  • Loading branch information
muuki88 committed Mar 4, 2014
2 parents 74f22c2 + ce3fc95 commit 9de1ca5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
# -Dkey=val

# For play applications you may set
# -Dpidfile.path=/var/run/${{app_name}}.pid
# -Dpidfile.path=/var/run/${{app_name}}/play.pid

# Turn on JVM debugging, open at the given port
# -jvm-debug <port>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,14 +13,13 @@ source /lib/init/vars.sh
source /lib/lsb/init-functions


PIDFILE=/var/run/${{app_name}}.pid
PIDFILE=/var/run/${{app_name}}/running.pid

if [ -z "$DAEMON_USER" ]; then
DAEMON_USER=${{daemon_user}}
fi


# smb could define some additional options in $RUN_OPTS
RUN_CMD="${{chdir}}/bin/${{app_name}}"


Expand Down

0 comments on commit 9de1ca5

Please sign in to comment.