Skip to content

Commit

Permalink
Add default logback.xml
Browse files Browse the repository at this point in the history
@abmargb said it would work ;)
  • Loading branch information
lloydwatkin committed Oct 23, 2014
1 parent 64fff31 commit 1f20a83
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion contrib/init.d/buddycloud-media-server
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,8 @@ RUNFROM=/usr/share/buddycloud-media-server
DAEMON=/usr/bin/java
JAR_FILE="$(ls $RUNFROM/buddycloud-media-server-jar-with-dependencies.jar)"
JAR_FILE="$(basename $JAR_FILE)"
DAEMON_ARGS=" -Xms1024m -Xmx1024m -XX:-OmitStackTraceInFastThrow -Djava.awt.headless=true \
DAEMON_ARGS=" -Dlogback.configurationFile=logback.xml -Xms1024m -Xmx1024m \
-XX:-OmitStackTraceInFastThrow -Djava.awt.headless=true \
-cp .:$JAR_FILE com.buddycloud.mediaserver.Main"
PIDFILE=/var/run/$NAME.pid
SCRIPTNAME=/etc/init.d/buddycloud-media-server
Expand Down

0 comments on commit 1f20a83

Please sign in to comment.