Updates to pz:authentication documentation
[pazpar2-moved-to-github.git] / rpm / pazpar2.init
index da5d642..a77b7d1 100755 (executable)
@@ -2,7 +2,7 @@
 #
 # pazpar2      Startup script for Pazpar2
 #
-# chkconfig: - 85 15
+# chkconfig: 2345 85 15
 # description: Pazpar2 Metasearcher
 # processname: pazpar2
 # config: /etc/pazpar2/server.xml
@@ -10,7 +10,7 @@
 # pidfile: /var/run/pazpar2.pid
 
 # Source function library.
-OPTIONS="-l /var/log/pazpar2.log -f /etc/pazpar2/server.xml"
+OPTIONS="-u nobody -l /var/log/pazpar2.log -f /etc/pazpar2/server.xml"
 . /etc/rc.d/init.d/functions
 
 if [ -f /etc/sysconfig/pazpar2 ]; then