Skip to content

Latest commit

 

History

History
6 lines (4 loc) · 1.84 KB

smf.md

File metadata and controls

6 lines (4 loc) · 1.84 KB

svcbundle -o /tmp/stardog_svc.xml -s service-name=site/stardog_svc -s start-method=/lib/svc/method/ex_svc

svcbundle -o stardog_svc.xml -s service-name=application/stardog -s model=child
-s start-method="java -Dstardog.home=/opt/stardog_home -Dstardog.ext=/opt/stardog_home/ext -XX:SoftRefLRUPolicyMSPerMB=1 -XX:+UseParallelOldGC -XX:+UseCompressedOops -Djavax.xml.datatype.DatatypeFactory=org.apache.xerces.jaxp.datatype.DatatypeFactoryImpl -Dapple.awt.UIElement=true -Dfile.encoding=UTF-8 -Dlog4j.configurationFile=/opt/stardog/bin/../server/dbms/log4j2.xml -Dstardog.install.location=/opt/stardog/bin/.. -server -classpath '/opt/stardog/bin/../client/ext/:/opt/stardog/bin/../client/api/:/opt/stardog/bin/../client/cli/:/opt/stardog/bin/../client/http/:/opt/stardog/bin/../client/snarl/:/opt/stardog/bin/../client/pack/:/opt/stardog/bin/../server/ext/:/opt/stardog/bin/../server/dbms/:/opt/stardog/bin/../server/http/:/opt/stardog/bin/../server/snarl/:/opt/stardog/bin/../server/pack/:/' com.complexible.stardog.cli.admin.CLI server start"
-s stop-method="java -Dstardog.home=/opt/stardog_home -XX:SoftRefLRUPolicyMSPerMB=1 -XX:+UseParallelOldGC -XX:+UseCompressedOops -Djavax.xml.datatype.DatatypeFactory=org.apache.xerces.jaxp.datatype.DatatypeFactoryImpl -Dapple.awt.UIElement=true -Dfile.encoding=UTF-8 -Dlog4j.configurationFile=/opt/stardog/bin/../server/dbms/log4j2.xml -Dstardog.install.location=/opt/stardog/bin/.. -server -classpath '/opt/stardog/bin/../client/ext/:/opt/stardog/bin/../client/api/:/opt/stardog/bin/../client/cli/:/opt/stardog/bin/../client/http/:/opt/stardog/bin/../client/snarl/:/opt/stardog/bin/../client/pack/:/opt/stardog/bin/../server/ext/:/opt/stardog/bin/../server/dbms/:/opt/stardog/bin/../server/http/:/opt/stardog/bin/../server/snarl/:/opt/stardog/bin/../server/pack/:/' com.complexible.stardog.cli.admin.CLI server stop"