Skip to content

Instantly share code, notes, and snippets.

@chrisanthropic
Created February 17, 2016 23:05
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save chrisanthropic/2e0fc77dea449e2841dc to your computer and use it in GitHub Desktop.
Save chrisanthropic/2e0fc77dea449e2841dc to your computer and use it in GitHub Desktop.
Ubooquity.conf for Synology
#/etc/init/ubooquity.conf
start on started httpd-user
stop on runlevel [06]
exec /var/packages/java7/target/jre/bin/java -Dfile.encoding=UTF-8 -jar -Xmx512m /var/packages/Ubooquity/Ubooquity.jar -port 2202 -webadmin -headless -workdir "/volume1/comics"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment