Mercurial > dive4elements > river
comparison contrib/init.d/d4e-river @ 5872:bc4e1bf26227
init.d: Adjusted startup script.
author | Sascha L. Teichmann <teichmann@intevation.de> |
---|---|
date | Mon, 29 Apr 2013 11:14:25 +0200 |
parents | dc0cc18e7944 |
children | 1709c429818a |
comparison
equal
deleted
inserted
replaced
5871:88d6bddbf6cd | 5872:bc4e1bf26227 |
---|---|
26 ARGS="-Xmx256m \ | 26 ARGS="-Xmx256m \ |
27 -server \ | 27 -server \ |
28 -Djava.awt.headless=true \ | 28 -Djava.awt.headless=true \ |
29 -Dflys.datacage.recommendations.development=false \ | 29 -Dflys.datacage.recommendations.development=false \ |
30 -Djava.io.tmpdir=\"$DIR/cache\" \ | 30 -Djava.io.tmpdir=\"$DIR/cache\" \ |
31 -Dflys.backend.enablejmx=true \ | |
32 -Dflys.uesk.keep.artifactsdir=false \ | 31 -Dflys.uesk.keep.artifactsdir=false \ |
33 -Dwsplgen.bin.path=\"$DIR/bin/wsplgen.exe\" \ | 32 -Dwsplgen.bin.path=\"$DIR/bin/wsplgen.exe\" \ |
34 -Dwsplgen.log.output=false \ | 33 -Dwsplgen.log.output=false \ |
35 -Dartifact.database.dir=\"$DIR/conf\"" | 34 -Dartifact.database.dir=\"$DIR/conf\"" |
36 MAINCLASS=de.intevation.artifactdatabase.App | 35 MAINCLASS=org.dive4elements.artifactdatabase.App |
37 | 36 |
38 # For SELinux we need to use 'runuser' not 'su' | 37 # For SELinux we need to use 'runuser' not 'su' |
39 if [ -x "/sbin/runuser" ]; then | 38 if [ -x "/sbin/runuser" ]; then |
40 SU="/sbin/runuser" | 39 SU="/sbin/runuser" |
41 else | 40 else |