Your comments

HI,

what run finally on my DS 212

in the task planificator:


# installation settings
 JAVA_DIR=/var/packages/java8/target/ejdk1.8.0_161/linux_arm_sflt/jre/bin/
 WORK_DIR=/volume1/web/Ubooquity211
 PCKG_DIR=/var/packages/Ubooquity
 PCKG_BIN=Ubooquity.jar
 
# app settings
 PORT=2202
 ADMINPORT=2203
 MEM=128m
 
# This ensures that ubooquity reads special characters properly
 ENCO=UTF-8
 LANG=fr_FR.$ENCO
 export LANG
 
# Main command for ubooquity
 exec "$JAVA_DIR/java" -Dfile.encoding=$ENCO -Xmx$MEM -jar $PCKG_DIR/$PCKG_BIN --libraryport $PORT --workdir "$WORK_DIR"  --adminport $ADMINPORT --remoteadmin --headless

I think I can increase the size of the ram but not sure.

If somebody can give me the ram size for DS212?

Thx.

I have no script until sh, or conf file, the sh file is in directory /volume1/web/, the conf file is in directory /etc/init/

not work anyway!


regarding ubooquity.pid ?


ok,

is the work dir design directory where ubooquity.jar is or where the comics(cbr, cbz) are?