1 # Defaults for pazpar2 initscript
2 # sourced by /etc/init.d/pazpar2
3 # installed at /etc/default/pazpar2 by the maintainer scripts
5 # This is a POSIX shell fragment
7 # Full path to pazpar2 program
8 DAEMON=/usr/sbin/pazpar2
10 # Additional options that are passed to the Daemon.
11 DAEMON_OPTS="-D -u nobody -p /var/run/pazpar2.pid -l /var/log/pazpar2.log -f /etc/pazpar2/server.xml"