File orientdb.service of Package orientdb

# Author: Klaus Kaempf <kkaempf@suse.de>
# OrientDB systemd service
[Unit]
Description=OrientDB graph/document database
After=syslog.target

[Service]
Type=simple
WorkingDirectory=/usr/share/orientdb
Environment=LOG_CONSOLE_LEVEL=info LOG_FILE_LEVEL=fine ORIENTDB_HOME=/usr/share/orientdb
User=orientdb
ExecStart=/usr/bin/java -server \
  -XX:+HeapDumpOnOutOfMemoryError -Djava.awt.headless=true \
  -Dprofiler.enabled=true -Dcache.level1.enabled=false -Dcache.level2.strategy=1 \
  -Dfile.encoding=UTF8 -Djava.util.logging.config.file=/usr/share/orientdb/config/orientdb-server-log.properties \
  -Dorientdb.config.file=/usr/share/orientdb/config/orientdb-server-config.xml \
  -Dorientdb.www.path=/usr/share/orientdb/www \
  -Dorientdb.build.number="0" \
  -cp "/usr/share/orientdb/lib/orientdb-server-1.5.0.jar:/usr/share/orientdb/lib/*" \
  com.orientechnologies.orient.server.OServerMain

ExecStop=/usr/bin/java -client \
  -Djava.awt.headless=true \
  -Dorientdb.config.file=/usr/share/orientdb/config/orientdb-server-config.xml \
  -cp "/usr/share/orientdb/config/orientdb-server-config.xml/lib/orientdb-tools-1.5.0.jar:/usr/share/orientdb/config/orientdb-server-config.xml/lib/*" \
  com.orientechnologies.orient.server.OServerShutdownMain

[Install]
WantedBy=multi-user.target
openSUSE Build Service is sponsored by