Skip to content

Instantly share code, notes, and snippets.

@dhil
Last active July 14, 2017 23:19
Show Gist options
  • Save dhil/70e08d82f1f49cb94b987a9c4f799cea to your computer and use it in GitHub Desktop.
Save dhil/70e08d82f1f49cb94b987a9c4f799cea to your computer and use it in GitHub Desktop.
Links Systemd service unit
make_cache=false
use_cache=false
cache_directory=$LINKSHOME/cache
prelude=$LINKSHOME/prelude.links
jslibdir=$LINKSHOME/lib/js
jsliburl=/lib/
database_args=:links:
database_driver=postgresql
port=10088
js_pretty_print=true
serialiser=Dump
enable_handlers=true
@dhil
Copy link
Author

dhil commented Jan 25, 2017

The systemd service unit links.service runs the Links startup script runlinks (from directory /var/www/links) as a unprivileged system user links.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment