# Defaults for osaas initscript # sourced by /etc/init.d/osaas # installed at /etc/default/osaas by the maintainer scripts # # This is a POSIX shell fragment # # Start OSAAS by default? OSAAS_RUN=false # Daemon-path DAEMON="/opt/gispatcher/osaas-server/server/startosaas.py" # Configuration file for OSAAS-service CONFIG_FILE="/etc/osaas/osaas-config.xml" # PID-file for OSAAS-Service OSAAS_PID="/opt/gispatcher/osaas-server/osaas.pid" # OSAAS-user, under which the service will run OSAAS_USER=osaas # OSAAS-group, under which the service will run OSAAS_GROUP=osaas