Your comments
Update: Since DSM 6.0 http-user is replaced by nginx.
The 'start on' line in the conf is:
start on started nginx
Hi, I made a theme named Dusk : Download Here.
It's based on "The Gray" by Justin Brown. Thank you for your work.
Reminder: Once the new theme is selected, flush the cache of your browser and reload the page to fully enjoy the new experience.
Check your certificate validity.
ComicTagger is what I use.
Just sharing my ubooquity.conf.
#/etc/init/ubooquity.conf
# automatically starts ubooquity after apache has been started
start on started httpd-user
# stop ubooquity on
stop on runlevel [06]
script
JAVA_DIR=/var/packages/java8/target/ejdk1.8.0_101/linux_arm_sflt/jre/bin
WORK_DIR=/volume1/ebooks/.ubooquity
PKG_DIR=/var/packages/Ubooquity
PKG=Ubooquity.jar
PORT=2202
MEM=512m
ENCODING=UTF-8
LANG=en_US.$ENCODING
export LANG
exec $JAVA_DIR/java -Dfile.encoding=$ENCODING -jar -Xmx$MEM $PKG_DIR/$PKG -port $PORT -webadmin -headless -workdir $WORK_DIR
end script
Customer support service by UserEcho
I post my script here as a backup.