Skip to content

Commit

Permalink
Fixed #1 (thanks DirkBurger)
Browse files Browse the repository at this point in the history
  • Loading branch information
Adrian Moreno committed Jan 2, 2014
1 parent 5b923b8 commit 9d69748
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packaging/debian/debian/stacksync-server.init
Expand Up @@ -23,7 +23,7 @@ CONFIG_PATH="/etc/$NAME"
JAVA_HOME="/usr/lib/jvm/java-7-oracle"

# Our classpath including our jar file and the Apache Commons Daemon library
CLASS_PATH="$FILE_PATH/stacksync_server.jar:$FILE_PATH/lib/commons-daemon-1.0.15.jar"
CLASS_PATH="$FILE_PATH/stacksync-server.jar:$FILE_PATH/lib/commons-daemon-1.0.15.jar"

# The fully qualified name of the class to execute
CLASS="com.stacksync.syncservice.SyncServiceDaemon"
Expand Down

0 comments on commit 9d69748

Please sign in to comment.