Skip to content

Commit f8b22e0

Browse files
committed
Remove reference to daemontools in scalive script
1 parent 5f07286 commit f8b22e0

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

dev/zip/scalive

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,4 @@ cd "$ROOT_DIR"
1313

1414
CLASS_PATH="$ROOT_DIR/*:."
1515

16-
# Use exec to be compatible with daemontools:
17-
# http://cr.yp.to/daemontools.html
18-
exec java $JAVA_OPTS -cp $CLASS_PATH scalive.client.AgentLoader $ROOT_DIR $@
16+
java $JAVA_OPTS -cp $CLASS_PATH scalive.client.AgentLoader $ROOT_DIR $@

0 commit comments

Comments
 (0)