Brian,
Do you have a /etc/default/fuseki?
What is the debug output of the server script? (see the service script
itself for setting DEBUG)
Andy
On 16/12/15 16:53, Brian McBride wrote:
What is the default value for FUSEKI_BASE when running as a service?
I found a page
https://jena.apache.org/documentation/fuseki2/fuseki-layout.html
that says it should be /etc/fuseki. However, I'm not sure if this page
has been 'officially published' or is up to date.
When I run Fuseki (versions 2.3.0, 2.3.1) as a service with:
sudo service fuseki start
the fuseki log reports
[[
2015-12-16 16:24:35.133 INFO Config ::
FUSEKI_BASE=/usr/share/fuseki/run
]]
Brian